diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2ccdf4a5..aa9b8ab3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -97,7 +97,7 @@ jobs: python -m pip install -U pip python -m pip install -U build python -m build . - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: dist/*