Skip to content

Commit bd6b377

Browse files
p-schlickmannrosa
authored andcommitted
Making sure each failed artifact has a unique name
1 parent 550bad2 commit bd6b377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if: ${{ failure() }}
7474
uses: actions/upload-artifact@v4
7575
with:
76-
name: logs
76+
name: logs-${{ matrix.database }}-${{ matrix.gemfile }}-ruby${{ matrix.ruby-version }}-attempt${{ github.run_attempt }}
7777
path: |
7878
test/dummy/log/test.log
7979
if-no-files-found: ignore

0 commit comments

Comments
 (0)