diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 8c048ae..2bdabf4 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: run: tox - name: Build run: python -m build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v3 with: name: Artifacts path: dist/*