Skip to content

Commit cc0e9fb

Browse files
chore(deps): update actions/download-artifact action to v5 (#434)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 131fbe5 commit cc0e9fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- uses: actions/checkout@v5
9595

9696
- name: Download Artifacts
97-
uses: actions/download-artifact@v4
97+
uses: actions/download-artifact@v5
9898
with:
9999
name: dist
100100

@@ -175,7 +175,7 @@ jobs:
175175
submodules: true
176176

177177
- name: Download Dist
178-
uses: actions/download-artifact@v4
178+
uses: actions/download-artifact@v5
179179
with:
180180
name: dist
181181

@@ -278,7 +278,7 @@ jobs:
278278
submodules: true
279279

280280
- name: Download Dist
281-
uses: actions/download-artifact@v4
281+
uses: actions/download-artifact@v5
282282
with:
283283
name: dist
284284

@@ -533,7 +533,7 @@ jobs:
533533
runs-on: ubuntu-24.04
534534
steps:
535535
- name: Download Executables
536-
uses: actions/download-artifact@v4
536+
uses: actions/download-artifact@v5
537537
with:
538538
pattern: exe-*
539539
path: ./exe/
@@ -545,7 +545,7 @@ jobs:
545545
chmod +x -R ./exe/
546546
547547
- name: Download Dist
548-
uses: actions/download-artifact@v4
548+
uses: actions/download-artifact@v5
549549
with:
550550
name: dist
551551
path: dist/

0 commit comments

Comments
 (0)