Bump actions/download-artifact from 2 to 3 (#14)
This commit is contained in:
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]
|
needs: [build-image]
|
||||||
steps:
|
steps:
|
||||||
- name: Download built docker image
|
- name: Download built docker image
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: docker-image
|
name: docker-image
|
||||||
path: .artifact
|
path: .artifact
|
||||||
@@ -78,7 +78,7 @@ jobs: # Docs: <https://git.io/JvxXE>
|
|||||||
needs: [build-image]
|
needs: [build-image]
|
||||||
steps:
|
steps:
|
||||||
- name: Download builded docker image
|
- name: Download builded docker image
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: docker-image
|
name: docker-image
|
||||||
path: .artifact
|
path: .artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user