Bump actions/upload-artifact from 2 to 3 (#101)

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

View File

@ -133,7 +133,7 @@ jobs: # Docs: <https://git.io/JvxXE>
if: matrix.os == 'linux'
run: ./error-pages version && ./error-pages -h
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: error-pages-${{ matrix.os }}-${{ matrix.arch }}
path: error-pages
@ -194,7 +194,7 @@ jobs: # Docs: <https://git.io/JvxXE>
- run: docker save app:ci > ./docker-image.tar
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: docker-image
path: ./docker-image.tar