diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 51443f6..a995813 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@v2.1.0 + uses: codecov/codecov-action@v3 with: file: profile.out @@ -67,6 +67,6 @@ jobs: name: coverage - name: Send coverage - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3 with: file: profile.out