Skip to content

Commit

Permalink
Bump actions/download-artifact from 1 to 3 (#474)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v1...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 9, 2023
1 parent 61ddf8a commit 7cddafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Load Release URL File
if: contains(github.ref, 'tags/v')
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: release_url

Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
- name: Load Release URL File
if: contains(github.ref, 'tags/v')
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: release_url

Expand Down

0 comments on commit 7cddafb

Please sign in to comment.