Skip to content

Commit

Permalink
fix download-artifact version being too low
Browse files Browse the repository at this point in the history
  • Loading branch information
ILW8 committed Apr 8, 2024
1 parent cf2cc36 commit 5f32326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: Ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
if: startsWith(github.ref, 'refs/tags/')
- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 5f32326

Please sign in to comment.