Skip to content

Commit e575c12

Browse files
Bump actions/upload-artifact from 2 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5306905 commit e575c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# python -m cibuildwheel --output-dir wheelhouse
5151
env:
5252
CIBW_SKIP: cp27-win*
53-
- uses: actions/upload-artifact@v2
53+
- uses: actions/upload-artifact@v4
5454
with:
5555
path: ./wheelhouse/Wikipedia*.whl
5656
# name: wheel-${{ matrix.os }}-${{ matrix.python }}.whl
@@ -69,7 +69,7 @@ jobs:
6969
- name: Build sdist
7070
run: python setup.py sdist
7171

72-
- uses: actions/upload-artifact@v2
72+
- uses: actions/upload-artifact@v4
7373
with:
7474
path: dist/Wikipedia*.tar.gz
7575
# name: sdist.tar.gz

0 commit comments

Comments
 (0)