From 7f4ec7d9cf566dd92a88329a43814dee0b3fb26e Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Sat, 31 May 2025 11:52:28 -0400 Subject: [PATCH] Include matrix values in upload artifact names (#34876) --- .github/workflows/test-ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ruby.yml b/.github/workflows/test-ruby.yml index 3efa35bc03..0dd55c77e4 100644 --- a/.github/workflows/test-ruby.yml +++ b/.github/workflows/test-ruby.yml @@ -345,7 +345,7 @@ jobs: uses: actions/upload-artifact@v4 if: failure() with: - name: e2e-screenshots + name: e2e-screenshots-${{ matrix.ruby-version }} path: tmp/capybara/ test-search: