Skip to content

Commit

Permalink
⬆️ Bump actions/download-artifact from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v3)

---
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>
  • Loading branch information
dependabot[bot] committed Apr 11, 2022
1 parent 0e178a0 commit 7f47fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v3.0.0

- name: Download build artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3

- name: Generate some extra materials (this usually happens as part of the build process)
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download build artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3

- name: Generate provenance
uses: philips-labs/slsa-provenance-action@v0.7.2
Expand Down

0 comments on commit 7f47fcc

Please sign in to comment.