Skip to content

Commit ea8e63f

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ jobs:
421421
show-progress: false
422422

423423
- name: Download coverage reports
424-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
424+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
425425
with:
426426
pattern: coverage-*
427427
path: coverage
@@ -457,7 +457,7 @@ jobs:
457457
os: ${{ runner.os }}
458458

459459
- name: Download coverage reports
460-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
460+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
461461
with:
462462
pattern: coverage-*
463463
path: coverage
@@ -567,7 +567,7 @@ jobs:
567567
show-progress: false
568568

569569
- name: Download dist
570-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
570+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
571571
with:
572572
name: renovate-dist
573573
path: dist/
@@ -659,7 +659,7 @@ jobs:
659659
os: ${{ runner.os }}
660660

661661
- name: Download dist
662-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
662+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
663663
with:
664664
name: renovate-dist
665665
path: dist/

0 commit comments

Comments
 (0)