Skip to content

Commit 969dbf1

Browse files
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 947b52b commit 969dbf1

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
@@ -144,7 +144,7 @@ jobs:
144144
name: Publish to TestPyPI
145145
runs-on: ubuntu-latest
146146
steps:
147-
- uses: actions/download-artifact@v7
147+
- uses: actions/download-artifact@v8
148148
with:
149149
pattern: cibw-*
150150
path: dist
@@ -220,7 +220,7 @@ jobs:
220220
# alternatively, to publish when a GitHub Release is created, use the following rule:
221221
# if: github.event_name == 'release' && github.event.action == 'published'
222222
steps:
223-
- uses: actions/download-artifact@v7
223+
- uses: actions/download-artifact@v8
224224
with:
225225
pattern: cibw-*
226226
path: dist

0 commit comments

Comments
 (0)