diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b5cf61a..477639b 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -152,14 +152,14 @@ jobs: steps: - name: Download unit coverage - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: unit-coverage path: coverage-unit continue-on-error: true - name: Download E2E coverage - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: e2e-coverage path: coverage-e2e