Skip to content

Commit 66955cb

Browse files
committed
[GHA] Use v4 for upload artifact
1 parent ac44051 commit 66955cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-gh-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo $version
3636
echo $qualifier
3737
sed "/${version} ${qualifier}/,/^## .*/!d;//d;s/^* /- /" Changelog.md > ${{ github.workspace }}/gen-changelog.md
38-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
38+
- uses: actions/upload-artifact@v4
3939
with:
4040
name: changelog-${{ inputs.version }}-${{ github.run_id }}.md
4141
path: ${{ github.workspace }}/gen-changelog.md

0 commit comments

Comments
 (0)