Skip to content

Commit ee062a6

Browse files
chore: Bump actions/download-artifact from 3 to 4 (#69)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact 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 111bc37 commit ee062a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
id-token: write
7979

8080
steps:
81-
- uses: actions/download-artifact@v3
81+
- uses: actions/download-artifact@v4
8282
with:
8383
name: artifact
8484
path: dist

0 commit comments

Comments
 (0)