diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9ed6db979..08e5e1250 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -116,7 +116,7 @@ jobs: ci/run_tests.sh fi - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: ${{ matrix.coverage }} with: token: ${{ secrets.CODECOV_TOKEN }}