Skip to content

Commit

Permalink
fix(deps): bump actions/download-artifact from 2.0.10 to 2.1.0 (kuber…
Browse files Browse the repository at this point in the history
…netes#1255)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.10 to 2.1.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2.0.10...v2.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2021
1 parent 2d8c786 commit 0770d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
needs: [build]

steps:
- uses: actions/download-artifact@v2.0.10
- uses: actions/download-artifact@v2.1.0
with:
name: run.linkerd.io

Expand Down

0 comments on commit 0770d99

Please sign in to comment.