Skip to content

Commit ef44708

Browse files
authored
ci: fix deprecated usage
1 parent e2917d4 commit ef44708

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nightly.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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
@@ -46,7 +46,7 @@ jobs:
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
@@ -84,7 +84,7 @@ jobs:
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

0 commit comments

Comments
 (0)