Skip to content

Commit 60bcb4a

Browse files
committed
artifact v4
1 parent 6d48f38 commit 60bcb4a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/switch.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ jobs:
2525
- name: make
2626
run: make PLATFORM=Switch
2727
- name: Upload NRO
28-
uses: actions/upload-artifact@v2
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: nro
3131
path: bin/Switch/srb2switch22.nro
3232
- name: Upload full zip
33-
uses: actions/upload-artifact@v2
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: full
3636
path: bin/Switch/srb2switch22_*.full.zip
37-
- name: Upload NRO update zip
38-
uses: actions/upload-artifact@v2
39-
with:
40-
name: update_nro
41-
path: bin/Switch/srb2switch22_*.update.nro.zip
37+
#- name: Upload NRO update zip
38+
# uses: actions/upload-artifact@v4
39+
# with:
40+
# name: update_nro
41+
# path: bin/Switch/srb2switch22_*.update.nro.zip
4242
# - name: Upload update zip
43-
# uses: actions/upload-artifact@v2
43+
# uses: actions/upload-artifact@v4
4444
# with:
4545
# name: update
4646
# path: bin/Switch/srb2switch22_*.update.zip

0 commit comments

Comments
 (0)