diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 13f4d7e..483b832 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v6 - run: make test-cover - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} slug: dnaeon/kustomize-dot