diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e225b8f..4014526f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: run: go test -v -race -count=1 -covermode=atomic -coverprofile=coverage.out ./... - name: Upload Code Coverage - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out @@ -125,7 +125,7 @@ jobs: run: yarn test --coverage - name: Upload Code Coverage - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./web/coverage/clover.xml