Skip to content

Commit 065b540

Browse files
Bump actions/download-artifact from 6 to 7 (#69)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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 dcb3e32 commit 065b540

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,20 @@ jobs:
7575
id-token: write
7676

7777
steps:
78-
- uses: actions/download-artifact@v6
78+
- uses: actions/download-artifact@v7
7979
with:
8080
name: sdist
8181
path: dist
8282

83-
- uses: actions/download-artifact@v6
83+
- uses: actions/download-artifact@v7
8484
with:
8585
name: wheels-ubuntu-latest
8686
path: wheel_artifacts
87-
- uses: actions/download-artifact@v6
87+
- uses: actions/download-artifact@v7
8888
with:
8989
name: wheels-macos-13
9090
path: wheel_artifacts
91-
- uses: actions/download-artifact@v6
91+
- uses: actions/download-artifact@v7
9292
with:
9393
name: wheels-macos-14
9494
path: wheel_artifacts

0 commit comments

Comments
 (0)