Skip to content

Commit 61b1a86

Browse files
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 21d2d0c commit 61b1a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
(github.event_name == 'release' && github.event.action == 'published') ||
8989
(github.event_name == 'push' && github.ref == 'refs/heads/main')
9090
steps:
91-
- uses: actions/download-artifact@v4
91+
- uses: actions/download-artifact@v5
9292
with:
9393
# Unpack all CIBW artifacts (wheels + sdist) into dist/
9494
# pypa/gh-action-pypi-publish action uploads contents of dist/ unconditionally
@@ -110,7 +110,7 @@ jobs:
110110
id-token: write
111111
if: github.event_name == 'release' && github.event.action == 'published'
112112
steps:
113-
- uses: actions/download-artifact@v4
113+
- uses: actions/download-artifact@v5
114114
with:
115115
pattern: cibw-*
116116
path: dist

0 commit comments

Comments
 (0)