diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 46b7c61e..0b048c13 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: linux: "python setup.py sdist" macos: "python setup.py bdist_wheel" windows: "python setup.py bdist_wheel" - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: dist path: dist @@ -58,7 +58,7 @@ jobs: python-versions: "cp39-cp39 cp310-cp310 cp311-cp311" - name: "Remove non-compatible packages" run: "sudo rm dist/*linux_x86_64.whl\n" - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: dist path: dist