diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2643e6f934..0d758771ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -301,7 +301,7 @@ jobs: coverage xml --rcfile=.coveragerc --data-file=coverage-reports/.coverage -o coverage-reports/coverage.xml coverage html --rcfile=.coveragerc --data-file=coverage-reports/.coverage --directory coverage-reports/html/ - - uses: coverallsapp/github-action@v2.3.6 + - uses: coverallsapp/github-action@v2.3.8 if: always() && steps.alls-green.outputs.success == 'true' && github.event.repository.visibility == 'public' env: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}