Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 3
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>
  • Loading branch information
dependabot[bot] committed Feb 9, 2023
1 parent 8943324 commit 931544a
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 @@ -118,7 +118,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: convox-linux-amd64
- name: release
Expand All @@ -141,7 +141,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: convox-linux-arm64
- name: release
Expand All @@ -164,7 +164,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: convox-darwin-10.16-amd64
- name: release
Expand All @@ -187,7 +187,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: convox-darwin-arm64
- name: release
Expand Down

0 comments on commit 931544a

Please sign in to comment.