mirror of
https://github.com/switchbrew/switch-tools.git
synced 2025-06-25 07:12:39 +02:00
changed from upload-artifact v3 to v4
This commit is contained in:
parent
0b52699f2d
commit
3124dff7ef
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
tar -czf switch-tools-linux.tar.gz linux
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: switch-tools-linux
|
||||
path: dist/switch-tools-linux.tar.gz
|
||||
@ -80,7 +80,7 @@ jobs:
|
||||
7z a switch-tools-windows.zip windows
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: switch-tools-windows
|
||||
path: dist/switch-tools-windows.zip
|
||||
|
Loading…
Reference in New Issue
Block a user