Skip to content

Commit 099d5a1

Browse files
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 af0f1f9 commit 099d5a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
id-token: write
6262
if: github.event_name == 'release' && github.event.action == 'published'
6363
steps:
64-
- uses: actions/download-artifact@v4
64+
- uses: actions/download-artifact@v6
6565
with:
6666
pattern: cibw-*
6767
path: dist
@@ -80,7 +80,7 @@ jobs:
8080
id-token: write
8181
if: github.event_name == 'release' && github.event.action == 'published'
8282
steps:
83-
- uses: actions/download-artifact@v4
83+
- uses: actions/download-artifact@v6
8484
with:
8585
pattern: cibw-*
8686
path: dist

0 commit comments

Comments
 (0)