Skip to content

Commit

Permalink
ci(deps): 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 Nov 1, 2022
1 parent 8734c87 commit be7895e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- build
steps:
- name: Download Artifact
uses: actions/download-artifact@v3.0.0
uses: actions/download-artifact@v3.0.1
with:
name: build-artifact
- name: Prepare GitHub Release assets
Expand Down

0 comments on commit be7895e

Please sign in to comment.