Skip to content

Commit 9b3e332

Browse files
[skip-ci] Update actions/download-artifact action to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6afb90 commit 9b3e332

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)