diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4f014d9..2892517 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -49,7 +49,7 @@ jobs: retention-days: 1 - name: Send coverage - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: file: profile.out @@ -67,6 +67,6 @@ jobs: name: coverage - name: Send coverage - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: file: profile.out