Skip to content

Commit 259835e

Browse files
build(deps): bump actions/download-artifact from 5 to 6 (#1521)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d688c63 commit 259835e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
id-token: write
6767
if: github.event_name == 'release' && github.event.action == 'published'
6868
steps:
69-
- uses: actions/download-artifact@v5
69+
- uses: actions/download-artifact@v6
7070
with:
7171
# unpack all CIBW artifacts into dist/
7272
pattern: cibw-*

.github/workflows/upload-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
statuses: read
1818
steps:
1919
- name: Get artifacts
20-
uses: actions/download-artifact@v5
20+
uses: actions/download-artifact@v6
2121
with:
2222
pattern: printrun-*
2323
path: upload

0 commit comments

Comments
 (0)