diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a0b03a6..4a71e3a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -92,7 +92,7 @@ jobs: - name: Upload coverage report if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-report path: coverage.xml