Skip to content

Commit fbd6d3b

Browse files
Bump actions/upload-artifact from 6 to 7 (#380)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' 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 5a76de1 commit fbd6d3b

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.1
4040
env:
4141
MACOSX_DEPLOYMENT_TARGET: "15.0"
42-
- uses: actions/upload-artifact@v6
42+
- uses: actions/upload-artifact@v7
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@v6
61+
- uses: actions/upload-artifact@v7
6262
with:
6363
name: sdist
6464
path: dist/*.tar.gz

0 commit comments

Comments
 (0)