diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1560aa6..59d40c0 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.0.1 + uses: codecov/codecov-action@v4.1.0 with: file: profile.out @@ -67,6 +67,6 @@ jobs: name: coverage - name: Send coverage - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.1.0 with: file: profile.out