Skip to content

Commit

Permalink
ci: fix missed upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjorge-graphops committed Feb 5, 2025
1 parent 27bc1fc commit 92283fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
tar -czf ${{ needs.init.outputs.tag }}.tar.gz "RELEASE-NOTES.md" "${{ needs.init.outputs.name}}/"
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "${{ needs.init.outputs.tag }}.release"
path: "${{ needs.init.outputs.tag }}.tar.gz"
Expand Down

0 comments on commit 92283fa

Please sign in to comment.