diff --git a/.github/workflows/coverage-report.yaml b/.github/workflows/coverage-report.yaml index e7e039a..7eac5c2 100644 --- a/.github/workflows/coverage-report.yaml +++ b/.github/workflows/coverage-report.yaml @@ -23,7 +23,7 @@ jobs: run: | bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage.out --force-coverage-parser go - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.0.0 + uses: codecov/codecov-action@v3.1.4 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.out