Skip to content

Commit

Permalink
use latest download-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
ariffjeff committed Dec 30, 2024
1 parent 1867adc commit ea9123b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/checkout@v4

- name: Download Windows build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: windows-dist
path: dist/
Expand Down

0 comments on commit ea9123b

Please sign in to comment.