Skip to content

Commit 17038d3

Browse files
chore(gh-actions-deps): update actions/download-artifact action to v4.2.1 in all dependant reusable workflows (#433)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d21e976 commit 17038d3

4 files changed

+6
-6
lines changed

.github/workflows/_reusable-package-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
python-version: ${{ fromJSON(inputs.python-versions-array) }}
5656
steps:
5757
- name: Download built packages
58-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
58+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5959
with:
6060
name: Packages
6161
path: dist

.github/workflows/_reusable-package-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
id-token: write
211211
steps:
212212
- name: Download built packages
213-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
213+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
214214
with:
215215
name: Packages
216216
path: dist
@@ -232,7 +232,7 @@ jobs:
232232
id-token: write
233233
steps:
234234
- name: Download built packages
235-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
235+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
236236
with:
237237
name: Packages
238238
path: dist
@@ -257,7 +257,7 @@ jobs:
257257
ref: main # Make sure to check out the latest commit on main, not the original commit that triggered the workflow
258258
fetch-depth: 0
259259
- name: Download built packages
260-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
260+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
261261
with:
262262
name: Packages
263263
path: dist

.github/workflows/_reusable-package-testpypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id-token: write
5252
steps:
5353
- name: Download built packages
54-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
54+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5555
with:
5656
name: Packages
5757
path: dist

.github/workflows/_reusable-test-code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
runs-on: ubuntu-latest
143143
steps:
144144
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
145-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
145+
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
146146
with:
147147
path: artifacts
148148
- name: Generate Summary

0 commit comments

Comments
 (0)