mirror of https://github.com/slackhq/nebula.git
release: use download-action v4 in docker section (#1134)
We missed this upgrade in #1047
This commit is contained in:
parent
18f69af455
commit
d6e4b88bb5
|
@ -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…
Reference in New Issue