diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2e1ff8bdd..3e712766e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -61,7 +61,7 @@ jobs: - name: Test run: make cover - name: CodeCov - uses: codecov/codecov-action@v1.1.1 + uses: codecov/codecov-action@v1.2.1 with: # The token below is used exclusively for uploading coverage reports. token: "d82eb1d7-5990-4a31-baa4-156473402105"