Skip to content

Commit 3923f2f

Browse files
committed
Update download-artifact to v3
1 parent da300eb commit 3923f2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: Set up node
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '18.20.3'
20-
19+
node-version: "18.20.3"
20+
2121
- name: Set up cargo
2222
uses: actions-rs/toolchain@v1
2323
with:
@@ -47,7 +47,7 @@ jobs:
4747
run: cp src-tauri\\target\\release\\bundle\\nsis\\*.exe output\\
4848

4949
- name: Upload artifact
50-
uses: actions/upload-artifact@v2
50+
uses: actions/upload-artifact@v3
5151
with:
5252
name: windows
5353
path: output\\*.exe
@@ -78,7 +78,7 @@ jobs:
7878
run: mkdir -p ${{ env.WINDOWS_DIR }}
7979

8080
- name: Download Windows artifact
81-
uses: actions/download-artifact@v2
81+
uses: actions/download-artifact@v3
8282
with:
8383
name: windows
8484
path: ${{ env.WINDOWS_DIR }}

0 commit comments

Comments
 (0)