Skip to content

Commit b25ba70

Browse files
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...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 258286a commit b25ba70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildwheel.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
bin\cibw_repair_wheel_command_windows.bat {dest_dir} {wheel}
5353
CIBW_TEST_COMMAND: python -c "import flint; print(str(flint.fmpz(2)))"
5454

55-
- uses: actions/upload-artifact@v3
55+
- uses: actions/upload-artifact@v4
5656
with:
5757
path: wheelhouse/*.whl
5858

@@ -71,7 +71,7 @@ jobs:
7171
- run: pip install cython setuptools
7272
- run: python setup.py sdist
7373

74-
- uses: actions/upload-artifact@v3
74+
- uses: actions/upload-artifact@v4
7575
with:
7676
path: dist/*.tar.gz
7777

0 commit comments

Comments
 (0)