diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 9ded6ff..d0d9822 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -47,7 +47,7 @@ jobs: - name: Test run: go test -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt ./... -timeout ${{ inputs.test-timeout }} working-directory: ${{ inputs.working-directory }} - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: file: ./coverage.txt token: ${{ secrets.codecov_token }}