Skip to content

Commit

Permalink
⬆️ Bump actions/download-artifact from 2 to 3 (#14)
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2022
1 parent ad659bf commit ba660f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ jobs:
- os: darwin
asset_content_type: application/gzip
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: artifact-${{ matrix.os }}-${{ matrix.arch }}

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: create-release

Expand Down Expand Up @@ -180,11 +180,11 @@ jobs:
- pkg: rpm
asset_content_type: application/x-rpm
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: artifact-${{ matrix.pkg }}

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: create-release

Expand Down

0 comments on commit ba660f1

Please sign in to comment.