Skip to content

Commit 5acd700

Browse files
dependabot[bot]inducer
authored andcommitted
build(deps): 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] <[email protected]>
1 parent d45085a commit 5acd700

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build sdist
2424
run: pipx run build --sdist
2525

26-
- uses: actions/upload-artifact@v5
26+
- uses: actions/upload-artifact@v6
2727
with:
2828
name: cibw-sdist
2929
path: dist/*.tar.gz
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
CIBW_SKIP: "*-musllinux_i686 *-manylinux_i686 *-win32 cp31?t-*"
4747

48-
- uses: actions/upload-artifact@v5
48+
- uses: actions/upload-artifact@v6
4949
with:
5050
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
5151
path: ./wheelhouse/*.whl
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v6
6363
- name: download artifacts
64-
uses: actions/download-artifact@v6
64+
uses: actions/download-artifact@v7
6565
with:
6666
pattern: cibw-*
6767
path: dist

0 commit comments

Comments
 (0)