diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7759b728..52a2af7e 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@v6 + - uses: actions/upload-artifact@v7 with: path: dist/*