diff --git a/.github/workflows/test_full.yml b/.github/workflows/test_full.yml index c05dce0..b087161 100644 --- a/.github/workflows/test_full.yml +++ b/.github/workflows/test_full.yml @@ -83,7 +83,7 @@ jobs: run: COVERAGE_FILE=".coverage.${{ steps.name.outputs.name }}" pytest --junit-xml="pytest-${{ steps.name.outputs.name }}}.xml" --cov=ninja --cov-fail-under=0 - name: Upload Test Results if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: include-hidden-files: true name: Test Results (${{ steps.name.outputs.name }})