Skip to content

Commit 2c29e48

Browse files
chore: bump actions/download-artifact from 2 to 3 (#109)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- 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 e71e06c commit 2c29e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- uses: actions/setup-python@v2
6464

65-
- uses: actions/download-artifact@v2
65+
- uses: actions/download-artifact@v3
6666
with:
6767
name: artifact
6868
path: dist

0 commit comments

Comments
 (0)