Skip to content

Commit 0c6016a

Browse files
Bump actions/upload-artifact from 4 to 5
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]>
1 parent 6012987 commit 0c6016a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
python -m build --sdist .
4949
50-
- uses: actions/upload-artifact@v4
50+
- uses: actions/upload-artifact@v5
5151
with:
5252
name: sdist
5353
path: "dist/*.tar.gz"
@@ -190,7 +190,7 @@ jobs:
190190
run: |
191191
python -m cibuildwheel .
192192
193-
- uses: actions/upload-artifact@v4
193+
- uses: actions/upload-artifact@v5
194194
with:
195195
name: wheels-${{ matrix.name }}
196196
path: "wheelhouse/*"

0 commit comments

Comments
 (0)