Skip to content

Commit 915b388

Browse files
committed
fix: unique artifact names per job
1 parent aeaad6a commit 915b388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ runs:
318318
uses: actions/upload-artifact@v4
319319
if: ${{ always() && inputs.upload-artifact == 'true' }}
320320
with:
321-
name: copilot-logs-${{ github.run_id }}-${{ github.run_attempt }}
321+
name: copilot-logs-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}
322322
path: |
323323
~/.copilot/logs
324324
if-no-files-found: warn

0 commit comments

Comments
 (0)