Skip to content

Commit ca2b078

Browse files
Update GitHub Artifact Actions
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a2f62b2 commit ca2b078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
token: ${{ secrets.GITHUB_TOKEN }}
5858
future_release: ${{ needs.version-info.outputs.new_tag }}
5959
exclude_labels: duplicate,question,invalid,wontfix,release
60-
- uses: actions/upload-artifact@v4
60+
- uses: actions/upload-artifact@v5
6161
with:
6262
name: CHANGELOG.md
6363
path: CHANGELOG.md
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- name: Check out code
9393
uses: actions/checkout@v4
94-
- uses: actions/download-artifact@v4
94+
- uses: actions/download-artifact@v6
9595
with:
9696
name: CHANGELOG.md
9797
- name: Update metadata with new version

0 commit comments

Comments
 (0)