File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout 🛎️
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v4
17
17
with :
18
18
submodules : recursive
19
19
53
53
cp ./target/release/rustboyadvance-sdl2 artifacts
54
54
55
55
- name : Upload artifacts
56
- uses : actions/upload-artifact@v2
56
+ uses : actions/upload-artifact@v4
57
57
with :
58
58
name : rustboyadvance-sdl2-x86_64-unknown-linux-gnu
59
59
path : artifacts
64
64
65
65
steps :
66
66
- name : Checkout 🛎️
67
- uses : actions/checkout@v2
67
+ uses : actions/checkout@v4
68
68
with :
69
69
submodules : recursive
70
70
- name : Install toolchains
90
90
working-directory : ./platform/android
91
91
run : ./gradlew assemble
92
92
- name : Upload artifacts
93
- uses : actions/upload-artifact@v2
93
+ uses : actions/upload-artifact@v4
94
94
with :
95
95
name : rustdroid.apk
96
96
path : ./platform/android/app/build/outputs/apk/release/app-release-unsigned.apk
@@ -103,7 +103,7 @@ jobs:
103
103
104
104
steps :
105
105
- name : Checkout 🛎️
106
- uses : actions/checkout@v2
106
+ uses : actions/checkout@v4
107
107
with :
108
108
submodules : recursive
109
109
@@ -140,7 +140,7 @@ jobs:
140
140
copy .\platform\rustboyadvance-sdl2\msvc\64\LICENSE.* artifacts
141
141
142
142
- name : Upload artifacts
143
- uses : actions/upload-artifact@v2
143
+ uses : actions/upload-artifact@v4
144
144
with :
145
145
name : rustboyadvance-sdl2-x86_64-pc-windows-msvc
146
146
path : artifacts
You can’t perform that action at this time.
0 commit comments