From ff88b204ceb560923813a6373f752478215898c0 Mon Sep 17 00:00:00 2001 From: Quentin Renard Date: Mon, 14 Oct 2024 05:16:05 +0200 Subject: [PATCH] Fix GitHub Actions upload artefact v4 usage --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 10f863198..9a86c5f88 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -193,7 +193,7 @@ jobs: - uses: actions/upload-artifact@v4 if: always() with: - name: screenshots-${{ matrix.os }}-${{ matrix.php }}-${{ matrix.laravel }}-${{ matrix.dbal }} + name: screenshots-${{ matrix.os }}-${{ matrix.php }}-${{ matrix.laravel//\*/_ }}-${{ matrix.dbal//\*/_ }} path: | tests/Browser/screenshots/ tests/Browser/console/