Skip to content

Commit

Permalink
Change artifact versions (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd authored Oct 2, 2024
1 parent 2128554 commit b007a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
MACOSX_DEPLOYMENT_TARGET: "10.14"

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

Expand All @@ -40,7 +40,7 @@ jobs:
# or, alternatively, upload to PyPI on every tag starting with 'v' (remove on: release above to use this)
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4.1.8
with:
# unpacks default artifact into dist/
# if `name: artifact` is omitted, the action will create extra parent dir
Expand Down

0 comments on commit b007a07

Please sign in to comment.