Skip to content

Commit

Permalink
Switch to upload-artifacts@v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Sep 10, 2024
1 parent bdfbd68 commit f5e2512
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
CIBW_REPAIR_WHEEL_COMMAND_LINUX: auditwheel repair --strip -w {dest_dir} {wheel}
CIBW_TEST_COMMAND: python -m cypari.test

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
pip install cython>=3.0.0
CIBW_TEST_COMMAND: python -m cypari.test

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
pip install Cython>=3.0.0
CIBW_TEST_COMMAND: python -m cypari.test

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: Save the wheels as artifacts
with:
path: ./wheelhouse/*.whl

0 comments on commit f5e2512

Please sign in to comment.