From 0350f57275792587366ef66db52f42e663362977 Mon Sep 17 00:00:00 2001 From: Valere Date: Wed, 15 Apr 2026 14:01:26 +0200 Subject: [PATCH] fixup: Looks like the upload & download action used are not compatible --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3d76a11f..0efaa851 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -57,7 +57,7 @@ jobs: env: USE_DOCKER: 1 run: yarn playwright test - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 if: ${{ !cancelled() }} with: name: html-report