Skip to content

Commit

Permalink
fix: fix mismatch artifact and download-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
4o3F committed Oct 10, 2024
1 parent ec1e93e commit 1713add
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 @@ -75,7 +75,7 @@ jobs:
needs: [build]
steps:
- name: Download packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ~/release-binary
- name: Release
Expand Down

0 comments on commit 1713add

Please sign in to comment.