Include matrix values in upload artifact names (#34876)
This commit is contained in:
parent
32b521b7f4
commit
7f4ec7d9cf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-ruby.yml
vendored
2
.github/workflows/test-ruby.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue