File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 npx asar pack src app.asar
3030
3131 - name : Upload artifact
32- uses : actions/upload-artifact@v2
32+ uses : actions/upload-artifact@v4
3333 with :
3434 name : built-asar
3535 path : app.asar
4646 - uses : actions/checkout@v2
4747
4848 - name : Retrieve artifact
49- uses : actions/download-artifact@v2
49+ uses : actions/download-artifact@v4
5050 with :
5151 name : built-asar
5252 path : artifact
8484 node-version : 16.x
8585
8686 - name : Retrieve artifact
87- uses : actions/download-artifact@v2
87+ uses : actions/download-artifact@v4
8888 with :
8989 name : built-asar
9090 path : artifact
@@ -134,7 +134,7 @@ jobs:
134134 - uses : actions/checkout@v2
135135
136136 - name : Retrieve artifact
137- uses : actions/download-artifact@v2
137+ uses : actions/download-artifact@v4
138138 with :
139139 name : built-asar
140140 path : artifact
@@ -229,4 +229,4 @@ jobs:
229229 # cd discord/app-1.0.0
230230 # ./DiscordCanary.exe --enable-logging
231231 # timeout-minutes: 5
232- # shell: bash
232+ # shell: bash
You can’t perform that action at this time.
0 commit comments