We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550bad2 commit bd6b377Copy full SHA for bd6b377
.github/workflows/main.yml
@@ -73,7 +73,7 @@ jobs:
73
if: ${{ failure() }}
74
uses: actions/upload-artifact@v4
75
with:
76
- name: logs
+ name: logs-${{ matrix.database }}-${{ matrix.gemfile }}-ruby${{ matrix.ruby-version }}-attempt${{ github.run_attempt }}
77
path: |
78
test/dummy/log/test.log
79
if-no-files-found: ignore
0 commit comments