Skip to content

Commit

Permalink
ci: use actions/upload-artifact@v4 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan authored Aug 30, 2024
1 parent e206cea commit e749cd6
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 @@ -85,7 +85,7 @@ jobs:
esac
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.job.target }}
path: ${{ matrix.job.target }}.zip
Expand Down

0 comments on commit e749cd6

Please sign in to comment.