Bump actions/download-artifact from 3 to 4 (#44)

This commit is contained in:
dependabot[bot] 2024-01-02 08:11:28 +00:00 committed by GitHub
parent 513a467b11
commit f3596b86ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,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@v3 uses: actions/download-artifact@v4
with: with:
name: docker-image name: docker-image
path: .artifact path: .artifact