Skip to content

Commit 2afbc31

Browse files
Bump actions/upload-artifact from 4 to 5 (#52)
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 02207d5 commit 2afbc31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python -m build --sdist -o dist
3434
3535
- name: Store artifacts
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v5
3737
with:
3838
name: sdist
3939
path: ./dist
@@ -193,7 +193,7 @@ jobs:
193193
python -m cibuildwheel --output-dir dist
194194
195195
- name: Store artifacts
196-
uses: actions/upload-artifact@v4
196+
uses: actions/upload-artifact@v5
197197
with:
198198
name: wheel-${{ matrix.python }}-${{ matrix.platform_id }}
199199
path: ./dist

0 commit comments

Comments
 (0)