diff --git a/.github/workflows/tests_service.yml b/.github/workflows/tests_service.yml index 2739680712..2b4947d8c7 100644 --- a/.github/workflows/tests_service.yml +++ b/.github/workflows/tests_service.yml @@ -53,7 +53,7 @@ jobs: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 - run: npm run build - name: Download blob report artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: all-blob-reports path: all-blob-reports