Skip to content

Commit 2ff7c8d

Browse files
ci: update upload-artifact to v4 (#1225)
1 parent 90dab9b commit 2ff7c8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/make-release-notes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
yarn git-cliff -c ".cliff.toml" --include-path "$NAMESPACE/**" -o "RELEASE-NOTES.md" -s all -l
4646
47-
- uses: actions/upload-artifact@v3
47+
- uses: actions/upload-artifact@v4
4848
with:
4949
name: "${{ inputs.tag }}.release-notes"
5050
path: RELEASE-NOTES.md

.github/workflows/make-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
git config user.name "${{ github.actor }}"
7070
git config user.email "${{ github.actor}}@users.noreply.github.com"
7171
72-
- uses: actions/download-artifact@v3
72+
- uses: actions/download-artifact@v4
7373
with:
7474
name: "${{ needs.init.outputs.tag }}.release-notes"
7575
path: "."

0 commit comments

Comments
 (0)