Skip to content

Commit

Permalink
rollback upload version
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Feb 6, 2024
1 parent 75f509b commit 98dce7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Build wheels
uses: joerick/[email protected]

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
name: wheels
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Build wheels
uses: joerick/[email protected]

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
name: wheels
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Build wheels
uses: joerick/[email protected]

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
name: wheels
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
- name: Build wheels
uses: joerick/[email protected]

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
name: wheels
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
- name: Build wheels
uses: joerick/[email protected]

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

0 comments on commit 98dce7d

Please sign in to comment.