Skip to content

Commit dbd8c6d

Browse files
Update actions/upload-artifact action to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b78f440 commit dbd8c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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@v3
60+
- uses: actions/upload-artifact@v4
6161
with:
6262
name: CHANGELOG.md
6363
path: CHANGELOG.md

0 commit comments

Comments
 (0)