We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac44051 commit 66955cbCopy full SHA for 66955cb
.github/workflows/create-gh-release.yml
@@ -35,7 +35,7 @@ jobs:
35
echo $version
36
echo $qualifier
37
sed "/${version} ${qualifier}/,/^## .*/!d;//d;s/^* /- /" Changelog.md > ${{ github.workspace }}/gen-changelog.md
38
- - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
+ - uses: actions/upload-artifact@v4
39
with:
40
name: changelog-${{ inputs.version }}-${{ github.run_id }}.md
41
path: ${{ github.workspace }}/gen-changelog.md
0 commit comments