Skip to content

Commit 7306f00

Browse files
Bump actions/upload-artifact from 4 to 5 (#113)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' 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 f2d166b commit 7306f00

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@v4
32+
uses: actions/upload-artifact@v5
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@v4
185+
uses: actions/upload-artifact@v5
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@v4
239+
uses: actions/upload-artifact@v5
240240
with:
241241
name: wheel-${{ matrix.python }}-${{ matrix.platform_id }}
242242
path: ./dist/*.whl

0 commit comments

Comments
 (0)