Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actions/download-artifact
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2
Choose a base ref
...
head repository: actions/download-artifact
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
  • 19 commits
  • 21 files changed
  • 6 contributors

Commits on Feb 7, 2022

  1. Update default runtime to node16 (#134)

    Node 12 has an end of life on April 30, 2022.
    
    This PR updates the default runtime to [node16](https://github.blog/changelog/2021-12-10-github-actions-github-hosted-runners-now-run-node-js-16-by-default/), rather then node12. 
    
    This is supported on all Actions Runners v2.285.0 or later.
    thboop authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    a327a9c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. update lock file

    jtamsut committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    d9b73cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    360d083 View commit details
    Browse the repository at this point in the history
  3. upgrade package to v3

    jtamsut committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    2d338d2 View commit details
    Browse the repository at this point in the history
  4. update docs for v3

    jtamsut committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    d4793f4 View commit details
    Browse the repository at this point in the history
  5. revert artifact version

    jtamsut committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    6ee3d96 View commit details
    Browse the repository at this point in the history
  6. regenerate lockfile

    jtamsut committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    b8bbd3b View commit details
    Browse the repository at this point in the history
  7. upgrade artifact version

    jtamsut committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    8821072 View commit details
    Browse the repository at this point in the history
  8. regenerate package lock

    jtamsut committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    9acf51d View commit details
    Browse the repository at this point in the history
  9. regenerate index.js

    jtamsut committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    a4a09c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Merge pull request #136 from actions/jtamsut/update-lockfile-version

    Update `lockfileVersion` in `package-lock.json`
    jtamsut authored Mar 2, 2022
    1 Configuration menu
    Copy the full SHA
    fb598a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Bump minimist from 1.2.5 to 1.2.6

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 26, 2022
    Configuration menu
    Copy the full SHA
    e89a529 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Merge pull request #152 from actions/dependabot/npm_and_yarn/minimist…

    …-1.2.6
    
    Bump minimist from 1.2.5 to 1.2.6
    yacaovsnc authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    51cbdc4 View commit details
    Browse the repository at this point in the history
  2. Bump ansi-regex from 4.1.0 to 4.1.1

    Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/chalk/ansi-regex/releases)
    - [Commits](chalk/ansi-regex@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: ansi-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    7151be3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #156 from actions/dependabot/npm_and_yarn/ansi-reg…

    …ex-4.1.1
    
    Bump ansi-regex from 4.1.0 to 4.1.1
    yacaovsnc authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    076f0f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Update @actions/core to 1.10.0 (#178)

    * Update @actions/core to 1.10.0
    
    * Update licenses
    
    * solve npm conflicts
    
    * update licenses
    rentziass authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    9782bd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    c1a6d8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2278a1 View commit details
    Browse the repository at this point in the history
  3. Update to latest actions/artifact NPM package (#195)

    * Use latest actions/artifact NPM package + misc updates
    
    * Use node 18 + caching in CI
    
    * Run npm release
    
    * Use node 16 for CI + devcontainer
    konradpabjan authored Jan 4, 2023
    10 Configuration menu
    Copy the full SHA
    9bc31d5 View commit details
    Browse the repository at this point in the history
Loading