diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8618edf..2b4b906 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -73,7 +73,7 @@ jobs: run: uv build - name: Check the distribution run: uv run --with twine python -m twine check --strict dist/* - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: path: dist/*