diff --git a/.github/workflows/pre-commit-reuse.yml b/.github/workflows/pre-commit-reuse.yml index 2b3b9a92710e..cc3e09235806 100644 --- a/.github/workflows/pre-commit-reuse.yml +++ b/.github/workflows/pre-commit-reuse.yml @@ -89,14 +89,14 @@ jobs: - name: "Check coverage.xml exists" if: always() id: check-coverage-xml-exists - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: "coverage_report/coverage.xml" - name: "Check pytest report exists" if: always() id: check-pytest-junit-exists - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: "report_pytest.xml"