Skip to content

Commit 8510c96

Browse files
chore(deps): bump actions/download-artifact from 4.3.0 to 5.0.0 (#13258)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71bac90 commit 8510c96

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
@@ -553,7 +553,7 @@ jobs:
553553
if: ${{ always() }}
554554
- name: Download coverage data
555555
if: ${{ always() }}
556-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
556+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
557557
with:
558558
pattern: coverage-data-*
559559
merge-multiple: true

.github/workflows/wheel-builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
${{ env.BUILD_REQUIREMENTS_PATH }}
147147
sparse-checkout-cone-mode: false
148148

149-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
149+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
150150
with:
151151
name: cryptography-sdist
152152
- run: mkdir tmpwheelhouse
@@ -265,7 +265,7 @@ jobs:
265265
toolchain: stable
266266
# Add the arm64 target in addition to the native arch (x86_64)
267267
target: aarch64-apple-darwin
268-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
268+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
269269
with:
270270
name: cryptography-sdist
271271

@@ -340,7 +340,7 @@ jobs:
340340
${{ env.UV_REQUIREMENTS_PATH }}
341341
sparse-checkout-cone-mode: false
342342

343-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
343+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
344344
with:
345345
name: cryptography-sdist
346346

0 commit comments

Comments
 (0)