Update artifact action

This commit is contained in:
thePR0M3TH3AN
2025-06-29 15:39:37 -04:00
parent e7c6dc4732
commit 49c71254fa

View File

@@ -31,7 +31,7 @@ jobs:
pytest --cov=src --cov-report=xml --cov-report=term-missing \ pytest --cov=src --cov-report=xml --cov-report=term-missing \
--cov-fail-under=20 src/tests --cov-fail-under=20 src/tests
- name: Upload coverage report - name: Upload coverage report
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: coverage-xml name: coverage-xml
path: coverage.xml path: coverage.xml