Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and marcofranssen committed Oct 31, 2022
1 parent 906a9f7 commit 97f73bf
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.1.0

- name: Download build artifact
uses: actions/download-artifact@v3.0.0
uses: actions/download-artifact@v3.0.1

- 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@v3.0.0
uses: actions/download-artifact@v3.0.1

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

0 comments on commit 97f73bf

Please sign in to comment.