diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2524cca620..74b15b9892 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: - name: Upload coverage data if: ${{ !cancelled() && matrix.env.test-type == 'coverage' }} - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: flags: ${{ matrix.env.name }} files: test-data/coverage.xml @@ -92,7 +92,7 @@ jobs: - name: Upload test results if: ${{ !cancelled() }} - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: report_type: test_results flags: ${{ matrix.env.name }}