build(deps): bump actions/upload-artifact from 3 to 4 (#252)

This commit is contained in:
dependabot[bot] 2024-01-02 08:15:22 +00:00 committed by GitHub
parent f22855fee6
commit b8f9608992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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