upload-artifact@v3 instead of upload-artifact@v4
All checks were successful
Tests / test (3.10) (pull_request) Successful in 1m28s
Tests / test (3.11) (pull_request) Successful in 1m2s
Tests / test (3.8) (pull_request) Successful in 1m5s
Tests / test (3.9) (pull_request) Successful in 1m6s

This commit is contained in:
Profitroll 2024-05-26 16:21:53 +02:00
parent 66ede3d60f
commit dfaadfd769
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2

View File

@ -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/*