Merge pull request #17 from towerops-app/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 4 to 7
This commit is contained in:
commit
b03edf8f9b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -266,12 +266,12 @@ jobs:
|
|||
contents: write
|
||||
steps:
|
||||
- name: Download amd64 binary
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: binary-amd64
|
||||
|
||||
- name: Download arm64 binary
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: binary-arm64
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue