Skip to content

Commit 5697db6

Browse files
dependabot[bot]inducer
authored andcommitted
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] <support@github.com>
1 parent 2e1b2cd commit 5697db6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# CIBW_BUILD_VERBOSITY: 1
3131
# VERBOSE: 1
3232

33-
- uses: actions/upload-artifact@v4
33+
- uses: actions/upload-artifact@v5
3434
with:
3535
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
3636
path: ./wheelhouse/*.whl
@@ -48,7 +48,7 @@ jobs:
4848
pipx --version
4949
pipx run build --sdist
5050
51-
- uses: actions/upload-artifact@v4
51+
- uses: actions/upload-artifact@v5
5252
with:
5353
name: cibw-sdist
5454
path: dist/*.tar.gz

0 commit comments

Comments
 (0)