Skip to content

Commit

Permalink
Bump actions/download-artifact from 1 to 2.0.9 (#173)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 2.0.9.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v1...v2.0.9)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 12, 2021
1 parent 9e32e17 commit e425950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
needs: [build]
steps:
- name: Load saved build output
uses: actions/download-artifact@v1
uses: actions/download-artifact@v2.0.9
with:
name: built-output
path: ./dist
Expand Down

0 comments on commit e425950

Please sign in to comment.