mirror of https://github.com/statping/statping
hotfix: bump download-artifact for docker images to v4
seems like v4 uploads by the action are not downloadable from earlier versionspull/1118/head
parent
aa884983ce
commit
07e9c8d79c
|
@ -469,7 +469,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: binaries
|
name: binaries
|
||||||
path: binaries
|
path: binaries
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: docker-images
|
name: docker-images
|
||||||
path: images
|
path: images
|
||||||
|
|
Loading…
Reference in New Issue