Skip to content

Commit 6b44b7e

Browse files
Merge pull request #1298 from containers/renovate/major-github-artifact-actions
[skip-ci] Update actions/download-artifact action to v5
2 parents e6afb90 + 9b3e332 commit 6b44b7e

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
@@ -112,7 +112,7 @@ jobs:
112112
- name: Display release notes
113113
run: cat $VERSION-release-notes.md
114114
- name: Download all artifacts
115-
uses: actions/download-artifact@v4
115+
uses: actions/download-artifact@v5
116116
- name: Create release
117117
env:
118118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)