Skip to content

Commit 9a86b04

Browse files
chore: 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 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc134a5 commit 9a86b04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Check metadata
2828
run: pipx run twine check dist/*
2929

30-
- uses: actions/upload-artifact@v5
30+
- uses: actions/upload-artifact@v6
3131
with:
3232
name: cibw-sdist
3333
path: dist/*.tar.gz
@@ -53,7 +53,7 @@ jobs:
5353
shell: bash
5454

5555
- name: Upload wheels
56-
uses: actions/upload-artifact@v5
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: cibw-wheels-${{ matrix.os }}
5959
path: wheelhouse/*.whl
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
python-version: "3.x"
7272

73-
- uses: actions/download-artifact@v6
73+
- uses: actions/download-artifact@v7
7474
with:
7575
pattern: cibw-*
7676
path: dist

0 commit comments

Comments
 (0)