diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0515d5c..6f8965c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,7 +55,7 @@ jobs: run: python -m build . - name: Check the distribution run: python -m twine check --strict dist/* - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: dist/*