Skip to content

Commit 6944845

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
poetry build -f sdist
3030
3131
- name: Store artifacts
32-
uses: actions/upload-artifact@v5
32+
uses: actions/upload-artifact@v6
3333
with:
3434
name: sdist
3535
path: ./dist
@@ -182,7 +182,7 @@ jobs:
182182
python -m cibuildwheel --output-dir dist
183183
184184
- name: Store artifacts
185-
uses: actions/upload-artifact@v5
185+
uses: actions/upload-artifact@v6
186186
with:
187187
name: wheel-${{ matrix.python }}-${{ matrix.platform_id }}
188188
path: ./dist
@@ -236,7 +236,7 @@ jobs:
236236
python -m cibuildwheel --output-dir dist
237237
238238
- name: Store artifacts
239-
uses: actions/upload-artifact@v5
239+
uses: actions/upload-artifact@v6
240240
with:
241241
name: wheel-${{ matrix.python }}-${{ matrix.platform_id }}
242242
path: ./dist/*.whl

0 commit comments

Comments
 (0)