diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4373e847..4ddf7a77 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -126,7 +126,7 @@ jobs: show: "fail, skip" - name: Generate Coverage Report - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} @@ -230,6 +230,6 @@ jobs: show: "fail, skip" - name: Generate Coverage Report - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 with: token: ${{ secrets.CODECOV_TOKEN }}