mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-13 06:51:26 -04:00
update actions/upload-artifact version
This commit is contained in:
parent
491e64c400
commit
addcf65628
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -109,7 +109,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload AppImage
|
- name: Upload AppImage
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Woof-AppImage
|
name: Woof-AppImage
|
||||||
path: build/*.appimage
|
path: build/*.appimage
|
||||||
|
2
.github/workflows/win_msvc.yml
vendored
2
.github/workflows/win_msvc.yml
vendored
@ -81,7 +81,7 @@ jobs:
|
|||||||
cpack
|
cpack
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Win-${{ matrix.config.arch }}
|
name: Win-${{ matrix.config.arch }}
|
||||||
path: build/*.zip
|
path: build/*.zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user