diff --git a/.github/workflows/pr-tests.yaml b/.github/workflows/pr-tests.yaml index aadcf14..a2e27a8 100644 --- a/.github/workflows/pr-tests.yaml +++ b/.github/workflows/pr-tests.yaml @@ -22,7 +22,7 @@ jobs: # https://github.com/codecov/codecov-action - name: Upload code coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v5 with: # fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bc72e3c..e853df3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: # https://github.com/codecov/codecov-action - name: Upload code coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v5 with: # fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false)