Skip to content

Commit 503d5b0

Browse files
Bump actions/download-artifact from 5 to 6 (#962)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a2a76b commit 503d5b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
name: Publish to TestPyPI
148148
runs-on: ubuntu-latest
149149
steps:
150-
- uses: actions/download-artifact@v5
150+
- uses: actions/download-artifact@v6
151151
with:
152152
pattern: cibw-*
153153
path: dist
@@ -223,7 +223,7 @@ jobs:
223223
# alternatively, to publish when a GitHub Release is created, use the following rule:
224224
# if: github.event_name == 'release' && github.event.action == 'published'
225225
steps:
226-
- uses: actions/download-artifact@v5
226+
- uses: actions/download-artifact@v6
227227
with:
228228
pattern: cibw-*
229229
path: dist

0 commit comments

Comments
 (0)