Skip to content

Commit

Permalink
update outdated download artifact action
Browse files Browse the repository at this point in the history
since we upload with v4, download v3 couldn't find anything
  • Loading branch information
apple1417 committed May 9, 2024
1 parent 2284859 commit d739cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ jobs:
uses: actions/checkout@v4

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Create new release tag
uses: rickstaa/action-create-tag@v1
Expand Down

0 comments on commit d739cc6

Please sign in to comment.