Skip to content

Commit 436f506

Browse files
Bump actions/upload-artifact from 5 to 6 (#375)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b84501e commit 436f506

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: pypa/cibuildwheel@v3.3.0
4040
env:
4141
MACOSX_DEPLOYMENT_TARGET: "15.0"
42-
- uses: actions/upload-artifact@v5
42+
- uses: actions/upload-artifact@v6
4343
with:
4444
name: binary-${{ matrix.os }}
4545
path: ./wheelhouse/*.whl
@@ -58,7 +58,7 @@ jobs:
5858
run: uv build --sdist
5959
- name: Check the sdist
6060
run: uv run --with twine twine check dist/*.tar.gz
61-
- uses: actions/upload-artifact@v5
61+
- uses: actions/upload-artifact@v6
6262
with:
6363
name: sdist
6464
path: dist/*.tar.gz

0 commit comments

Comments
 (0)