mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-08 20:28:32 -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
|
||||
if: runner.os == 'Linux'
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Woof-AppImage
|
||||
path: build/*.appimage
|
||||
|
2
.github/workflows/win_msvc.yml
vendored
2
.github/workflows/win_msvc.yml
vendored
@ -81,7 +81,7 @@ jobs:
|
||||
cpack
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Win-${{ matrix.config.arch }}
|
||||
path: build/*.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user