diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ee3581e6..fab7b5388 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: yog/target/coverage/nextest/ci/junit.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: steps.test_run.outcome == 'success' with: working-directory: yog @@ -94,7 +94,7 @@ jobs: verbose: true - name: Upload test results to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: steps.test_run.outcome == 'success' with: working-directory: yog