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