mirror of
https://github.com/switchbrew/switch-tools.git
synced 2025-06-25 23:32:38 +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
|
tar -czf switch-tools-linux.tar.gz linux
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: switch-tools-linux
|
name: switch-tools-linux
|
||||||
path: dist/switch-tools-linux.tar.gz
|
path: dist/switch-tools-linux.tar.gz
|
||||||
@ -80,7 +80,7 @@ jobs:
|
|||||||
7z a switch-tools-windows.zip windows
|
7z a switch-tools-windows.zip windows
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: switch-tools-windows
|
name: switch-tools-windows
|
||||||
path: dist/switch-tools-windows.zip
|
path: dist/switch-tools-windows.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user