We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d556d9f commit dfcb428Copy full SHA for dfcb428
1 file changed
.github/workflows/get-version.yaml
@@ -64,7 +64,7 @@ jobs:
64
echo "hash: ${{ steps.get_version.outputs.hash }}" >> $GITHUB_STEP_SUMMARY
65
- name: Upload release notes
66
if: steps.get_version.outputs.newVersion == 'true'
67
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
68
with:
69
name: change-log
70
path: CHANGELOG.md
0 commit comments