diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b028b4dc..e89980ab 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@v5 + - uses: actions/upload-artifact@v6 with: path: dist/*