diff --git a/.github/workflows/coverage-base-update.yml b/.github/workflows/coverage-base-update.yml index b252bc397..2e91a33ff 100644 --- a/.github/workflows/coverage-base-update.yml +++ b/.github/workflows/coverage-base-update.yml @@ -47,7 +47,7 @@ jobs: - name: Check file existence id: check_files - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: 'base-artifacts/coverage-summary.json, artifacts/coverage-summary.json' diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index be85e4d40..afa172926 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -67,7 +67,7 @@ jobs: - name: Check file existence id: check_files - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: 'base-artifacts/coverage-summary.json'