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