Skip to content

Commit d074c1f

Browse files
Merge pull request product-os#1420 from product-os/renovate/actions-download-artifact-4.x
Update actions/download-artifact action to v4.2.0
2 parents b14412a + 3923635 commit d074c1f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/flowzone.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flowzone.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3047,7 +3047,7 @@ jobs:
30473047
steps:
30483048
# https://github.com/actions/download-artifact
30493049
- name: Download npm artifact
3050-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
3050+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
30513051
with:
30523052
path: ${{ runner.temp }}
30533053
name: npm-${{ github.event.pull_request.head.sha }}
@@ -3422,7 +3422,7 @@ jobs:
34223422

34233423
# https://github.com/actions/download-artifact
34243424
- name: Download required artifacts
3425-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
3425+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
34263426
with:
34273427
path: ${{ runner.temp }}
34283428
pattern: docker-${{ matrix.target_slug }}-*
@@ -4015,15 +4015,15 @@ jobs:
40154015

40164016
# https://github.com/actions/download-artifact
40174017
- name: Download release artifacts
4018-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
4018+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
40194019
with:
40204020
path: ${{ runner.temp }}/artifacts
40214021
pattern: gh-release-*
40224022
merge-multiple: true
40234023

40244024
# https://github.com/actions/download-artifact
40254025
- name: Download release notes
4026-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
4026+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
40274027
with:
40284028
path: ${{ runner.temp }}
40294029
name: release-notes
@@ -4079,7 +4079,7 @@ jobs:
40794079

40804080
# https://github.com/actions/download-artifact
40814081
- name: Download release notes
4082-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
4082+
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
40834083
with:
40844084
path: ${{ runner.temp }}
40854085
name: release-notes

0 commit comments

Comments
 (0)