Skip to content

Commit 3b35640

Browse files
Merge pull request product-os#1423 from product-os/renovate/actions-download-artifact-4.2.x
Update actions/download-artifact action to v4.2.1
2 parents cd8ba41 + 63bf093 commit 3b35640

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
@@ -3052,7 +3052,7 @@ jobs:
30523052
steps:
30533053
# https://github.com/actions/download-artifact
30543054
- name: Download npm artifact
3055-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
3055+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
30563056
with:
30573057
path: ${{ runner.temp }}
30583058
name: npm-${{ github.event.pull_request.head.sha }}
@@ -3427,7 +3427,7 @@ jobs:
34273427

34283428
# https://github.com/actions/download-artifact
34293429
- name: Download required artifacts
3430-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
3430+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
34313431
with:
34323432
path: ${{ runner.temp }}
34333433
pattern: docker-${{ matrix.target_slug }}-*
@@ -4020,15 +4020,15 @@ jobs:
40204020

40214021
# https://github.com/actions/download-artifact
40224022
- name: Download release artifacts
4023-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
4023+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
40244024
with:
40254025
path: ${{ runner.temp }}/artifacts
40264026
pattern: gh-release-*
40274027
merge-multiple: true
40284028

40294029
# https://github.com/actions/download-artifact
40304030
- name: Download release notes
4031-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
4031+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
40324032
with:
40334033
path: ${{ runner.temp }}
40344034
name: release-notes
@@ -4084,7 +4084,7 @@ jobs:
40844084

40854085
# https://github.com/actions/download-artifact
40864086
- name: Download release notes
4087-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
4087+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
40884088
with:
40894089
path: ${{ runner.temp }}
40904090
name: release-notes

0 commit comments

Comments
 (0)