Skip to content

Commit f878502

Browse files
Bump actions/upload-artifact from 4 to 5 (#80)
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 adb07d4 commit f878502

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
@@ -165,7 +165,7 @@ jobs:
165165
python -m cibuildwheel --output-dir dist
166166
167167
- name: Store artifacts
168-
uses: actions/upload-artifact@v4
168+
uses: actions/upload-artifact@v5
169169
with:
170170
name: wheel-${{ matrix.python }}-${{ matrix.platform_id }}
171171
path: ./dist
@@ -216,7 +216,7 @@ jobs:
216216
python -m cibuildwheel --output-dir dist
217217
218218
- name: Store artifacts
219-
uses: actions/upload-artifact@v4
219+
uses: actions/upload-artifact@v5
220220
with:
221221
name: wheel-${{ matrix.python }}-${{ matrix.platform_id }}
222222
path: ./dist/*.whl

0 commit comments

Comments
 (0)