Skip to content

Commit dccdbab

Browse files
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 cb013ee commit dccdbab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: pypa/cibuildwheel@v2.17.0
8080

8181
- name: Upload artefacts to GitHub
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@v6
8383
with:
8484
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
8585
path: wheelhouse/*.whl
@@ -110,7 +110,7 @@ jobs:
110110
pipx run twine check dist/*
111111
112112
- name: Upload artefacts to GitHub
113-
uses: actions/upload-artifact@v4
113+
uses: actions/upload-artifact@v6
114114
with:
115115
name: cibw-sdist
116116
path: dist/*.tar.gz

0 commit comments

Comments
 (0)