Skip to content

Commit 09f24e8

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 7d4b5b7 commit 09f24e8

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
@@ -64,7 +64,7 @@ jobs:
6464
id-token: write
6565
if: github.event_name == 'release' && github.event.action == 'published'
6666
steps:
67-
- uses: actions/download-artifact@v7
67+
- uses: actions/download-artifact@v8
6868
with:
6969
pattern: cibw-*
7070
path: dist
@@ -83,7 +83,7 @@ jobs:
8383
id-token: write
8484
if: github.event_name == 'release' && github.event.action == 'published'
8585
steps:
86-
- uses: actions/download-artifact@v7
86+
- uses: actions/download-artifact@v8
8787
with:
8888
pattern: cibw-*
8989
path: dist

0 commit comments

Comments
 (0)