Bump actions/download-artifact from 2 to 3 (#14)

This commit is contained in:
dependabot[bot] 2022-05-01 17:24:32 +00:00 committed by GitHub
parent 7650a0e75b
commit c374a6f597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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