From c14700e94954ec19f8daafd317ec2347b7ff8ab9 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 4 Sep 2024 13:05:37 +0200 Subject: [PATCH] Update tests_service.yml Signed-off-by: Max Schmitt --- .github/workflows/tests_service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_service.yml b/.github/workflows/tests_service.yml index 2b4947d8c7..2788b0cf08 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@v4.1.7 + uses: actions/download-artifact@v4 with: name: all-blob-reports path: all-blob-reports