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