Skip to content

Commit 579f331

Browse files
Update actions/download-artifact action to v4.3.0
Update actions/download-artifact from 4.2.1 to 4.3.0 Change-type: patch
1 parent a3a3eb4 commit 579f331

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
@@ -3051,7 +3051,7 @@ jobs:
30513051
steps:
30523052
# https://github.com/actions/download-artifact
30533053
- name: Download npm artifact
3054-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
3054+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
30553055
with:
30563056
path: ${{ runner.temp }}
30573057
name: npm-${{ github.event.pull_request.head.sha }}
@@ -3440,7 +3440,7 @@ jobs:
34403440

34413441
# https://github.com/actions/download-artifact
34423442
- name: Download required artifacts
3443-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
3443+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
34443444
with:
34453445
path: ${{ runner.temp }}
34463446
pattern: docker-${{ matrix.target_slug }}-*
@@ -4033,15 +4033,15 @@ jobs:
40334033

40344034
# https://github.com/actions/download-artifact
40354035
- name: Download release artifacts
4036-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4036+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
40374037
with:
40384038
path: ${{ runner.temp }}/artifacts
40394039
pattern: gh-release-*
40404040
merge-multiple: true
40414041

40424042
# https://github.com/actions/download-artifact
40434043
- name: Download release notes
4044-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4044+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
40454045
with:
40464046
path: ${{ runner.temp }}
40474047
name: release-notes
@@ -4097,7 +4097,7 @@ jobs:
40974097

40984098
# https://github.com/actions/download-artifact
40994099
- name: Download release notes
4100-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
4100+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
41014101
with:
41024102
path: ${{ runner.temp }}
41034103
name: release-notes

0 commit comments

Comments
 (0)