We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeaad6a commit 915b388Copy full SHA for 915b388
1 file changed
action.yml
@@ -318,7 +318,7 @@ runs:
318
uses: actions/upload-artifact@v4
319
if: ${{ always() && inputs.upload-artifact == 'true' }}
320
with:
321
- name: copilot-logs-${{ github.run_id }}-${{ github.run_attempt }}
+ name: copilot-logs-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}
322
path: |
323
~/.copilot/logs
324
if-no-files-found: warn
0 commit comments