Skip to content

Commit

Permalink
Update release.yml download artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
ynHuber committed Feb 3, 2025
1 parent 2b43381 commit 7090531
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 @@ -55,7 +55,7 @@ jobs:
with:
go-version: '1.23.2'
- name: get binaries from previous job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.8
- name: display downloaded files
run: ls -R
- name: release with binaries
Expand Down

0 comments on commit 7090531

Please sign in to comment.