Skip to content

Commit 02aeab8

Browse files
Bump actions/download-artifact from 2 to 3 (#15)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba81828 commit 02aeab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
- musllinux
237237
- musllinux-cross
238238
steps:
239-
- uses: actions/download-artifact@v2
239+
- uses: actions/download-artifact@v3
240240
with:
241241
name: wheels
242242
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)