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 90dab9b commit 2ff7c8dCopy full SHA for 2ff7c8d
.github/workflows/make-release-notes.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
yarn git-cliff -c ".cliff.toml" --include-path "$NAMESPACE/**" -o "RELEASE-NOTES.md" -s all -l
46
47
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
48
with:
49
name: "${{ inputs.tag }}.release-notes"
50
path: RELEASE-NOTES.md
.github/workflows/make-release.yaml
@@ -69,7 +69,7 @@ jobs:
69
git config user.name "${{ github.actor }}"
70
git config user.email "${{ github.actor}}@users.noreply.github.com"
71
72
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
73
74
name: "${{ needs.init.outputs.tag }}.release-notes"
75
path: "."
0 commit comments