Skip to content

Commit

Permalink
Fix action reference in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
parzival-space committed Feb 8, 2025
1 parent 1aa3b54 commit 806ffdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: "Download Artifacts"
uses: actions/t@v4
uses: actions/download-artifact@v4
# downloaded files will be stored at ./windows-artifacts and ./linux-artifacts

- name: "Print Artifacts"
Expand Down

0 comments on commit 806ffdf

Please sign in to comment.