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

This commit is contained in:
dependabot[bot] 2022-05-02 04:17:31 +00:00 committed by GitHub
parent 6c0c85544e
commit 1b2e899201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,7 @@ jobs: # Docs: <https://git.io/JvxXE>
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: error-pages-linux-amd64
path: .artifact
@ -207,7 +207,7 @@ jobs: # Docs: <https://git.io/JvxXE>
steps:
- uses: actions/checkout@v3 # is needed for `upload-sarif` action
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: docker-image
path: .artifact
@ -233,7 +233,7 @@ jobs: # Docs: <https://git.io/JvxXE>
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: docker-image
path: .artifact