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.0.9
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: v2.0.10
Choose a head ref
  • 10 commits
  • 6 files changed
  • 3 contributors

Commits on May 21, 2021

  1. Clarified the v1 and v2 differences (#96)

    The original text implies by supplying no inputs all files are placed in the root directory without added directories by focusing only on the `path` input. In practice, supplying no inputs results in the backwards compatible `v1` behavior of creating an extra parameter. This may be obvious in some scenarios and stated somewhat later in the document, but is less obvious when the "name" matches a filename for a single file artifact.
    robpc authored May 21, 2021
    Configuration menu
    Copy the full SHA
    df388c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    246a0f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. 7 Configuration menu
    Copy the full SHA
    46a6d6f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #99 from actions/brcrista/dependabot-push

    Don't trigger CodeQL on Dependabot push
    brcrista authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    3b6d0ab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #91 from actions/dependabot/npm_and_yarn/lodash-4.…

    …17.21
    
    Bump lodash from 4.17.19 to 4.17.21
    brcrista authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    bd90b34 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #92 from actions/dependabot/npm_and_yarn/hosted-gi…

    …t-info-2.8.9
    
    Bump hosted-git-info from 2.8.5 to 2.8.9
    brcrista authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    2940e0d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #97 from actions/dependabot/npm_and_yarn/glob-pare…

    …nt-5.1.2
    
    Bump glob-parent from 5.1.1 to 5.1.2
    brcrista authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    8bef1ad View commit details
    Browse the repository at this point in the history
  6. Ingest v0.5.2 of @actions/artifact (#100)

    * npm install --update @actions/artifact
    
    * Update .licenses file
    
    * npm run release
    brcrista authored Jun 16, 2021
    1 Configuration menu
    Copy the full SHA
    3be87be View commit details
    Browse the repository at this point in the history
Loading