Skip to content

Commit 8f53565

Browse files
Bump actions/download-artifact from 5 to 6 (#126)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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 feebf74 commit 8f53565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
arch: ['aarch64', 'armv7', 's390x', 'ppc64le']
4444
steps:
45-
- uses: actions/download-artifact@v5
45+
- uses: actions/download-artifact@v6
4646
with:
4747
name: wheels-maturin
4848
- uses: uraimo/[email protected]
@@ -131,7 +131,7 @@ jobs:
131131
matrix:
132132
arch: ['aarch64', 'armv7', 's390x', 'ppc64le']
133133
steps:
134-
- uses: actions/download-artifact@v5
134+
- uses: actions/download-artifact@v6
135135
with:
136136
name: wheels-setuptools-rust
137137
- uses: uraimo/[email protected]

0 commit comments

Comments
 (0)