Skip to content

Commit 644e9e2

Browse files
chore: bump the actions group with 2 updates (#224)
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 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '8' 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 c952508 commit 644e9e2

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

0 commit comments

Comments
 (0)