diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4d4299aa..b2b19d83 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -83,13 +83,13 @@ jobs: --junitxml=junit.xml -o junit_family=legacy - name: Upload coverage to codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: ./coverage.xml token: ${{ secrets.CODECOV_TOKEN }} - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: report_type: test_results token: ${{ secrets.CODECOV_TOKEN }}