Skip to content

Commit

Permalink
Revert "EBR-40 upgrade github actions versions"
Browse files Browse the repository at this point in the history
This reverts commit fb48442.
  • Loading branch information
liadomide committed Apr 8, 2024
1 parent f0425a8 commit b511059
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
CIBW_ARCHS_MACOS: "x86_64,arm64"
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *-musl*"

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl

Expand All @@ -39,15 +39,15 @@ jobs:
- name: Build sdist
run: pipx run build --sdist

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: dist/*.tar.gz

upload_pypi:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
# unpacks default artifact into dist/
# if `name: artifact` is omitted, the action will create extra parent dir
Expand Down

0 comments on commit b511059

Please sign in to comment.