Skip to content

Commit 83f212f

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 a75c297 commit 83f212f

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
@@ -21,7 +21,7 @@ jobs:
2121
python -m build -s
2222
2323
- name: Upload sdist to build artifacts
24-
uses: actions/upload-artifact@v5
24+
uses: actions/upload-artifact@v6
2525
with:
2626
name: sdist
2727
path: dist/*.tar.gz
@@ -59,7 +59,7 @@ jobs:
5959
CIBW_TEST_SKIP: "*_arm64"
6060
CIBW_ENABLE: cpython-freethreading
6161

62-
- uses: actions/upload-artifact@v5
62+
- uses: actions/upload-artifact@v6
6363
with:
6464
name: wheels-${{ matrix.os }}-${{ matrix.arch }}
6565
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)