File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments