diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7125cf8..4fada30 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@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: grafana/k6exec