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