diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 205dad2..38ace86 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,4 +19,4 @@ jobs: - name: Run tests run: GO111MODULE=on make ci-test - name: Send test coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5