diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5344aea..56b72c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,6 +31,6 @@ jobs: targets: test - name: Upload coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v1.5.0 with: file: ./coverage/clover.xml