Skip to content

Commit c087748

Browse files
chore(deps): bump actions/download-artifact from 4 to 5 (#881)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2822b04 commit c087748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
runs-on: ubuntu-latest
213213
steps:
214214
- name: "Download artifacts"
215-
uses: actions/download-artifact@v4
215+
uses: actions/download-artifact@v5
216216

217217
- name: "Display downloaded files"
218218
run: ls -R

0 commit comments

Comments
 (0)