Skip to content

Commit 45172be

Browse files
dependabot[bot]mkmkme
authored andcommitted
Bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 520f935 commit 45172be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pypi-publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,19 @@ jobs:
6666
permissions:
6767
id-token: write
6868
steps:
69-
- uses: actions/download-artifact@v4
69+
- uses: actions/download-artifact@v6
7070
with:
7171
name: ubuntu-20.04-wheels
7272
path: artifacts/linux
73-
- uses: actions/download-artifact@v4
73+
- uses: actions/download-artifact@v6
7474
with:
7575
name: windows-2019-wheels
7676
path: artifacts/windows
77-
- uses: actions/download-artifact@v4
77+
- uses: actions/download-artifact@v6
7878
with:
7979
name: macos-latest-wheels
8080
path: artifacts/macos
81-
- uses: actions/download-artifact@v4
81+
- uses: actions/download-artifact@v6
8282
with:
8383
name: source-dist
8484
path: artifacts/sdist

0 commit comments

Comments
 (0)