From dfaadfd769447739e6405ef37ceb9bb95fc76e6c Mon Sep 17 00:00:00 2001 From: profitroll Date: Sun, 26 May 2024 16:21:53 +0200 Subject: [PATCH] upload-artifact@v3 instead of upload-artifact@v4 --- .gitea/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*