Skip to content

Commit

Permalink
fix(deps): bump actions/download-artifact from 3.0.1 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3.0.1...v3.0.2)

---
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 Jan 6, 2023
1 parent 502bcbd commit 162ca5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download artifact
uses: actions/download-artifact@v3.0.1
uses: actions/download-artifact@v3.0.2
with:
name: testimage
path: /tmp
Expand All @@ -82,7 +82,7 @@ jobs:
uses: actions/checkout@v3.2.0

- name: Download artifact
uses: actions/download-artifact@v3.0.1
uses: actions/download-artifact@v3.0.2
with:
name: testimage
path: /tmp
Expand Down

0 comments on commit 162ca5e

Please sign in to comment.