mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
build(deps): bump actions/upload-artifact from 3 to 4 (#252)
This commit is contained in:
parent
f22855fee6
commit
b8f9608992
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -114,7 +114,7 @@ jobs: # Docs: <https://git.io/JvxXE>
|
|||||||
if: matrix.os == 'linux'
|
if: matrix.os == 'linux'
|
||||||
run: ./error-pages --version && ./error-pages -h
|
run: ./error-pages --version && ./error-pages -h
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: error-pages-${{ matrix.os }}-${{ matrix.arch }}
|
name: error-pages-${{ matrix.os }}-${{ matrix.arch }}
|
||||||
path: error-pages
|
path: error-pages
|
||||||
@ -175,7 +175,7 @@ jobs: # Docs: <https://git.io/JvxXE>
|
|||||||
|
|
||||||
- run: docker save app:ci > ./docker-image.tar
|
- run: docker save app:ci > ./docker-image.tar
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: docker-image
|
name: docker-image
|
||||||
path: ./docker-image.tar
|
path: ./docker-image.tar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user