Skip to content

Commit f024d80

Browse files
chore: bump the actions group with 2 updates (#217)
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 75489f8 commit f024d80

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@v4
30+
- uses: actions/upload-artifact@v5
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@v4
56+
uses: actions/upload-artifact@v5
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@v5
73+
- uses: actions/download-artifact@v6
7474
with:
7575
pattern: cibw-*
7676
path: dist

0 commit comments

Comments
 (0)