Skip to content

Commit 6ffe8f5

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

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
@@ -54,7 +54,7 @@ jobs:
5454
id-token: write
5555
if: github.event_name == 'release' && github.event.action == 'published'
5656
steps:
57-
- uses: actions/download-artifact@v4
57+
- uses: actions/download-artifact@v5
5858
with:
5959
pattern: cibw-*
6060
path: dist
@@ -73,7 +73,7 @@ jobs:
7373
id-token: write
7474
if: github.event_name == 'release' && github.event.action == 'published'
7575
steps:
76-
- uses: actions/download-artifact@v4
76+
- uses: actions/download-artifact@v5
7777
with:
7878
pattern: cibw-*
7979
path: dist

0 commit comments

Comments
 (0)