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/upload-artifact
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.4
Choose a base ref
...
head repository: actions/upload-artifact
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 17 commits
  • 14 files changed
  • 9 contributors

Commits on Jun 24, 2021

  1. Create check-dist.yml (#227)

    * Create check-dist.yml
    
    * steps.if still needs ${{ }} when the expr has operators
    
    * single quotes?
    
    * npm install
    
    * mess with index.js
    
    * add if failure()
    
    * Copy the correct version back in from the artifact
    
    * Update .github/workflows/check-dist.yml
    
    Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
    
    * formatting & language
    
    * npm ci
    
    Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
    brcrista and konradpabjan authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    8d06e6c View commit details
    Browse the repository at this point in the history
  2. Fix YAML types in licensed.yml (#228)

    * fix YAML types in licensed.yml
    
    * Update .github/workflows/licensed.yml
    
    Co-authored-by: Josh Gross <joshmgross@github.com>
    
    * formatting
    
    Co-authored-by: Josh Gross <joshmgross@github.com>
    brcrista and joshmgross authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    317b58f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Remove path filters (#229)

    brcrista authored Jun 25, 2021
    1 Configuration menu
    Copy the full SHA
    11e311c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    551bc9b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #257 from actions/upgrade-dependencies

    Upgrade dependencies
    gimenete authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    6fc84b1 View commit details
    Browse the repository at this point in the history
  3. Bump path-parse from 1.0.6 to 1.0.7

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    cd62eed View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Merge pull request #241 from actions/dependabot/npm_and_yarn/path-par…

    …se-1.0.7
    
    Bump path-parse from 1.0.6 to 1.0.7
    gimenete authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    37da8e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. add issue templates

    robherley committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    ecd66f1 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    ee82d6a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. 6 Configuration menu
    Copy the full SHA
    f061e61 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #271 from actions/robherley/dupe-issue-template

    rm dupe security vulnerability from issue template
    robherley authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    54f3f7f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Fix README.md links and some formatting updates (#273)

    * Some `README.md` whitespace and tweaks
    
    * Fix link and title to GitHub documentation page on `README.md`
    
    * Update link to `actions/toolkit` documentation
    
    * De-quote some YAML blocks/examples in `README.md`
    magnetikonline authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    0b3de3e View commit details
    Browse the repository at this point in the history
  2. Bump tmpl from 1.0.4 to 1.0.5 (#250)

    Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
    - [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
    - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: tmpl
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
    dependabot[bot] and konradpabjan authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    b9bb657 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

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

Commits on Dec 6, 2021

  1. Document how to correctly use environment variables for path input (#274

    )
    
    * Update README.md
    
    * Update README.md
    konradpabjan authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    5f375cc View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Improve readme (#278)

    jozefizso authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    f4ac36d View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    da838ae View commit details
    Browse the repository at this point in the history
Loading