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 7ecaeb1 commit ea1a932Copy full SHA for ea1a932
.github/workflows/build.yml
@@ -1043,7 +1043,7 @@ jobs:
1043
uses: actions/upload-artifact@v4
1044
if: always()
1045
with:
1046
- name: e2e-test-event-dumps
+ name: E2E Test Dump ${{ matrix.label || matrix.test-application }}
1047
path: dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}/event-dumps
1048
overwrite: true
1049
retention-days: 7
0 commit comments