Skip to content

Commit feb8a6d

Browse files
authoredMar 18, 2025··
chore(deps): update actions/download-artifact action to v4.2.0 (main) (#34883)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0216f9e commit feb8a6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ jobs:
414414
show-progress: false
415415

416416
- name: Download coverage reports
417-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
417+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
418418
with:
419419
pattern: coverage-*
420420
path: coverage
@@ -450,7 +450,7 @@ jobs:
450450
os: ${{ runner.os }}
451451

452452
- name: Download coverage reports
453-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
453+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
454454
with:
455455
pattern: coverage-*
456456
path: coverage
@@ -560,7 +560,7 @@ jobs:
560560
show-progress: false
561561

562562
- name: Download dist
563-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
563+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
564564
with:
565565
name: renovate-dist
566566
path: dist/
@@ -652,7 +652,7 @@ jobs:
652652
os: ${{ runner.os }}
653653

654654
- name: Download dist
655-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
655+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
656656
with:
657657
name: renovate-dist
658658
path: dist/

0 commit comments

Comments
 (0)
Please sign in to comment.