diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8494736e..3435991b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -100,7 +100,7 @@ jobs: # We upload only coverage for ubuntu as handling both os # complicates the workflow too much for little to no gain if: matrix.os == 'ubuntu-latest' - uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7 + uses: coverallsapp/github-action@8d6379e14d29928660c4ba802d8e85393440b329 # v2.3.8 continue-on-error: true with: path-to-lcov: coverage.xml