Skip to content

Commit

Permalink
Merge pull request #595 from Farama-Foundation/fix-upload-download-ar…
Browse files Browse the repository at this point in the history
…tifacts

Fix for failing upload/download artifacts actions
  • Loading branch information
mwydmuch authored Sep 7, 2024
2 parents 5ff7e32 + 6dee25d commit 102c441
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
ls -l ./wheelhouse/*.whl
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl

Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
run: pipx run build --sdist

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-windows-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
python -m pytest tests
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ./dist/*.whl

Expand Down

0 comments on commit 102c441

Please sign in to comment.