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

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