Skip to content

Commit be7a130

Browse files
chore(deps): bump the actions group with 2 updates (#186)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d795821 commit be7a130

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cibw-cc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
CIBW_PLATFORM: ${{ matrix.platform }}
6060
CIBW_ARCHS: ${{ matrix.archs || 'auto' }}
6161

62-
- uses: actions/upload-artifact@v4
62+
- uses: actions/upload-artifact@v5
6363
with:
6464
name: wheels-${{ matrix.platform }}-${{ matrix.os }}
6565
path: dist/*.whl

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Check metadata
3333
run: pipx run twine check dist/*
3434

35-
- uses: actions/upload-artifact@v4
35+
- uses: actions/upload-artifact@v5
3636
with:
3737
name: cibw-sdist
3838
path: dist/*.tar.gz
@@ -59,7 +59,7 @@ jobs:
5959
run: git diff --exit-code
6060
shell: bash
6161

62-
- uses: actions/upload-artifact@v4
62+
- uses: actions/upload-artifact@v5
6363
with:
6464
name: cibw-wheels-${{ matrix.os }}
6565
path: wheelhouse/*.whl
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
python-version: "3.x"
8282

83-
- uses: actions/download-artifact@v5
83+
- uses: actions/download-artifact@v6
8484
with:
8585
pattern: cibw-*
8686
merge-multiple: true

0 commit comments

Comments
 (0)