From e0e8abd236a65c4961f6751806e4af256cf21ed9 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Sat, 16 Mar 2024 12:39:59 +0100 Subject: [PATCH] ci: fix artifact name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbe27f2..4ba9ab8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - name: "Upload coverage file" uses: actions/upload-artifact@v3 with: - name: "phpunit-${{ matrix.deps }}-${{ matrix.php-version }}.coverage" + name: "phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage" path: "coverage.xml" upload_coverage: