From 1a524029d23fd56525a2b1d969e0517bc7516b00 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Fri, 15 Dec 2023 09:54:01 +0100 Subject: [PATCH] ci: fix variable reference --- .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 d64ed68..cb8259f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - name: "Upload coverage file" uses: "actions/upload-artifact@v2" with: - name: "phpunit-${{ matrix.deps }}-${{ matrix.php-version }}.coverage" + name: "phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage" path: "coverage.xml" upload_coverage: