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 1ec7f38 commit 0104f3bCopy full SHA for 0104f3b
.github/workflows/ci.yaml
@@ -51,5 +51,5 @@ jobs:
51
uses: actions/upload-artifact@v4
52
if: ${{ failure() }}
53
with:
54
- name: logs-test-${{ github.run_id}}#${{ github.run_number }}
+ name: logs-test-${{ github.run_number}}#${{ github.run_attempt }}
55
path: ${{ runner.temp }}/fluss-logs/*
0 commit comments