Skip to content

Commit 773cf7f

Browse files
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c14be4 commit 773cf7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m build -s
2929
3030
- name: Upload sdist to build artifacts
31-
uses: actions/upload-artifact@v5
31+
uses: actions/upload-artifact@v6
3232
with:
3333
name: sdist
3434
path: dist/*.tar.gz
@@ -70,7 +70,7 @@ jobs:
7070
CIBW_BUILD_VERBOSITY: 1
7171

7272
- name: Upload wheel(s) as build artifacts
73-
uses: actions/upload-artifact@v5
73+
uses: actions/upload-artifact@v6
7474
with:
7575
name: "wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}"
7676
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)