File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
name : Build with Docker using devkitARM
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
- name : Build initial zips
19
19
run : |
20
20
chmod +x build.sh
71
71
cp out/AOS_*.zip ~/artifacts
72
72
73
73
- name : Publish build to GH Actions
74
- uses : actions/upload-artifact@v3
74
+ uses : actions/upload-artifact@v4
75
75
with :
76
76
path : ~/artifacts/*
77
77
name : build
Original file line number Diff line number Diff line change 11
11
name : Build with Docker using devkitARM
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
- name : Build initial zips
16
16
run : |
17
17
chmod +x build.sh
@@ -68,12 +68,12 @@ jobs:
68
68
cp out/AOS_*.zip ~/artifacts
69
69
70
70
- name : Publish build to GH Actions
71
- uses : actions/upload-artifact@v3
71
+ uses : actions/upload-artifact@v4
72
72
with :
73
73
path : ~/artifacts/*
74
74
name : build
75
75
- name : Release
76
- uses : softprops/action-gh-release@v1
76
+ uses : softprops/action-gh-release@v2
77
77
if : startsWith(github.ref, 'refs/tags/')
78
78
with :
79
79
files : |
You can’t perform that action at this time.
0 commit comments