Skip to content

Commit a627c2e

Browse files
chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.0 (#14408)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...70fc10c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1bdead commit a627c2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ jobs:
545545
if: ${{ always() }}
546546
- name: Download coverage data
547547
if: ${{ always() }}
548-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
548+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
549549
with:
550550
pattern: coverage-data-*
551551
merge-multiple: true

.github/workflows/wheel-builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
.github/actions/wheel-smoketest/
135135
sparse-checkout-cone-mode: false
136136

137-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
137+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
138138
with:
139139
name: cryptography-sdist
140140
- run: mkdir tmpwheelhouse
@@ -268,7 +268,7 @@ jobs:
268268
toolchain: stable
269269
# Add the x86-64 target in addition to the native arch (arm64)
270270
target: x86_64-apple-darwin
271-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
271+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
272272
with:
273273
name: cryptography-sdist
274274

@@ -338,7 +338,7 @@ jobs:
338338
.github/actions/wheel-smoketest/
339339
sparse-checkout-cone-mode: false
340340

341-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
341+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
342342
with:
343343
name: cryptography-sdist
344344

0 commit comments

Comments
 (0)