Skip to content

Commit

Permalink
Update download-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
lich0821 committed Oct 8, 2024
1 parent da300eb commit 3923f2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: '18.20.3'
node-version: "18.20.3"

- name: Set up cargo
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
run: cp src-tauri\\target\\release\\bundle\\nsis\\*.exe output\\

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: windows
path: output\\*.exe
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
run: mkdir -p ${{ env.WINDOWS_DIR }}

- name: Download Windows artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: windows
path: ${{ env.WINDOWS_DIR }}
Expand Down

0 comments on commit 3923f2f

Please sign in to comment.