diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 2ed8e78..87976a1 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.3.0 + uses: codecov/codecov-action@v4.3.1 with: file: profile.out @@ -67,6 +67,6 @@ jobs: name: coverage - name: Send coverage - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v4.3.1 with: file: profile.out