Skip to content

Commit 46338db

Browse files
chore(deps): bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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 1bc6019 commit 46338db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
CIBW_BUILD: "cp311-* cp312-* cp313-*"
2424
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
2525

26-
- uses: actions/upload-artifact@v4
26+
- uses: actions/upload-artifact@v6
2727
with:
2828
name: wheels-${{ matrix.os }}
2929
path: ./wheelhouse/*.whl
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build sdist
4646
run: python -m build --sdist
4747

48-
- uses: actions/upload-artifact@v4
48+
- uses: actions/upload-artifact@v6
4949
with:
5050
name: sdist
5151
path: dist/*.tar.gz

0 commit comments

Comments
 (0)