diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e47e306..7ca7fa2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: run: go test -coverpkg=./... -coverprofile=coverage.txt -covermode=atomic . shell: bash - name: Upload coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} if: matrix.os == 'windows-latest'