diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0627df..6238c8f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: run: go test -count 1 -coverprofile=coverage.txt ./... - name: Upload Coverage if: ${{ matrix.platform == 'ubuntu-latest' && github.ref_name == 'main' }} - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }} slug: grafana/k6exec