Skip to content

Commit de111aa

Browse files
authored
Merge pull request #312 from dev-sec/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4
2 parents 339c996 + dbd8c6d commit de111aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
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)