diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ea94491..ccc37bf 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,7 +27,7 @@ jobs: run: make test - name: upload coverage to codecov - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # pin@5.4.0 + uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # pin@5.4.2 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.out