mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-09 02:53:57 +01:00
release: use download-action v4 in docker section (#1134)
We missed this upgrade in #1047
This commit is contained in:
parent
18f69af455
commit
d6e4b88bb5
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -128,7 +128,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
if: ${{ env.HAS_DOCKER_CREDS == 'true' }}
|
if: ${{ env.HAS_DOCKER_CREDS == 'true' }}
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux-latest
|
name: linux-latest
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user