Skip to content

Commit

Permalink
revert upload artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsoul44 committed Jun 7, 2024
1 parent 2473b8a commit 4602663
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
pytest --cov-fail-under=90 tests
cd ..
- name: Save Artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
pytest --cov-fail-under=90 tests
cd ..
- name: Save Artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
pytest --cov-fail-under=90 tests
cd ..
- name: Save Artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
Expand Down

0 comments on commit 4602663

Please sign in to comment.