Skip to content

Commit 64a31e9

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `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/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8363498 commit 64a31e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
# been created, even if cibuildwheel action fails
8181
- name: Upload wheels
8282
if: always()
83-
uses: actions/upload-artifact@v4
83+
uses: actions/upload-artifact@v5
8484
with:
8585
name: sc-leflib-${{ matrix.platform.os }}-${{ matrix.platform.arch }}-${{ matrix.python-version }}
8686
path: wheelhouse/*.whl
@@ -95,7 +95,7 @@ jobs:
9595
id-token: write
9696

9797
steps:
98-
- uses: actions/download-artifact@v5
98+
- uses: actions/download-artifact@v6
9999
with:
100100
pattern: sc-leflib-*
101101
path: dist

0 commit comments

Comments
 (0)