Skip to content

Commit d96ced3

Browse files
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34b2e36 commit d96ced3

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@v7
64+
- uses: actions/download-artifact@v8
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@v7
83+
- uses: actions/download-artifact@v8
8484
with:
8585
pattern: cibw-*
8686
path: dist

0 commit comments

Comments
 (0)