Bump actions/download-artifact from 3 to 4 (#44)
This commit is contained in:
parent
513a467b11
commit
f3596b86ea
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -49,7 +49,7 @@ jobs: # Docs: <https://git.io/JvxXE>
|
||||
needs: [build-image]
|
||||
steps:
|
||||
- name: Download built docker image
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: docker-image
|
||||
path: .artifact
|
||||
|
Loading…
x
Reference in New Issue
Block a user