Skip to content

Commit 4f6c0c3

Browse files
dependabot[bot]BrianPugh
authored andcommitted
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 37d3cac commit 4f6c0c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build wheels
3838
uses: pypa/cibuildwheel@v3.3.0
3939

40-
- uses: actions/upload-artifact@v5
40+
- uses: actions/upload-artifact@v6
4141
with:
4242
name: wheels-${{ matrix.os }}
4343
path: ./wheelhouse/*.whl
@@ -84,7 +84,7 @@ jobs:
8484
delocate-listdeps --all {dest_dir}/$WHEEL_SIMPLE_FILENAME
8585
8686
echo "DONE."
87-
- uses: actions/upload-artifact@v5
87+
- uses: actions/upload-artifact@v6
8888
with:
8989
name: wheels-macos-arm64
9090
path: ./wheelhouse/*.whl
@@ -103,7 +103,7 @@ jobs:
103103
pip install build
104104
python -m build . --sdist
105105
106-
- uses: actions/upload-artifact@v5
106+
- uses: actions/upload-artifact@v6
107107
with:
108108
name: wheels-sdist
109109
path: dist/*.tar.gz

0 commit comments

Comments
 (0)