diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 66ea2e1..76cd816 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -69,7 +69,7 @@ jobs: report_paths: "**/results.xml" detailed_summary: true - name: Upload coverage - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: always() with: name: coverage-${{ matrix.python }}-${{ matrix.os }}${{ matrix.tests }}