Skip to content

Commit 8749ff5

Browse files
ci: fix missed upload-artifact version (#1226)
1 parent 27bc1fc commit 8749ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
tar -czf ${{ needs.init.outputs.tag }}.tar.gz "RELEASE-NOTES.md" "${{ needs.init.outputs.name}}/"
8181
8282
- name: Upload artifact
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: "${{ needs.init.outputs.tag }}.release"
8686
path: "${{ needs.init.outputs.tag }}.tar.gz"

0 commit comments

Comments
 (0)