Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact from 2.0.9 to 2.1.0 (#218)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.9 to 2.1.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2.0.9...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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 20, 2021
1 parent b084a20 commit d0feeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'adopt'
check-latest: true
- uses: actions/download-artifact@v2.0.9
- uses: actions/download-artifact@v2.1.0
with:
name: ${{ runner.os }}-build-${{ github.sha }}
path: build
Expand Down

0 comments on commit d0feeed

Please sign in to comment.