diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 376f0da..3d7d28e 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@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # pin@5.1.2 + uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # pin@5.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.out