diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 2892517..4ac5809 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.6.0 + uses: codecov/codecov-action@v5.0.7 with: file: profile.out @@ -67,6 +67,6 @@ jobs: name: coverage - name: Send coverage - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.7 with: file: profile.out