Skip to content

Commit 4890e4e

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 ff75c0b commit 4890e4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
fetch-depth: 0
9696
- name: Build wheels
9797
uses: pypa/[email protected]
98-
- uses: actions/upload-artifact@v4
98+
- uses: actions/upload-artifact@v5
9999
with:
100100
name: wheel-artifacts
101101
path: ./wheelhouse/*.whl
@@ -114,7 +114,7 @@ jobs:
114114
run: >
115115
pip3 install pkgconfig cython --upgrade &&
116116
python3 setup.py sdist
117-
- uses: actions/upload-artifact@v4
117+
- uses: actions/upload-artifact@v5
118118
name: Upload build artifacts
119119
with:
120120
name: sdist-artifact

0 commit comments

Comments
 (0)