From 0764d229f9f913cab7aa910117cb4a9c01eff168 Mon Sep 17 00:00:00 2001 From: Liviu-Mihail Concioiu Date: Wed, 7 Jan 2026 01:57:09 +0100 Subject: [PATCH] Fix uploading of Selenium screenshots Signed-off-by: Liviu-Mihail Concioiu --- .github/workflows/test-selenium.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-selenium.yml b/.github/workflows/test-selenium.yml index 6656232b09..9b77649732 100644 --- a/.github/workflows/test-selenium.yml +++ b/.github/workflows/test-selenium.yml @@ -151,6 +151,6 @@ jobs: uses: actions/upload-artifact@v6 if: ${{ failure() }} with: - name: selenium-screenshots + name: selenium-screenshots-${{ strategy.job-index }} path: ${{ github.workspace }}/build/selenium/**/* retention-days: 3