Skip to content

Commit 6c23989

Browse files
chore(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 (#14503)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@70fc10c...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14345c0 commit 6c23989

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
@@ -542,7 +542,7 @@ jobs:
542542
if: ${{ always() }}
543543
- name: Download coverage data
544544
if: ${{ always() }}
545-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
545+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
546546
with:
547547
pattern: coverage-data-*
548548
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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
137+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
271+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
341+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
342342
with:
343343
name: cryptography-sdist
344344

0 commit comments

Comments
 (0)