diff --git a/.github/actions/upload-blob-report/action.yml b/.github/actions/upload-blob-report/action.yml index 7cb86716d9..87eda3baf8 100644 --- a/.github/actions/upload-blob-report/action.yml +++ b/.github/actions/upload-blob-report/action.yml @@ -29,6 +29,5 @@ runs: if: always() && github.event_name == 'pull_request' uses: actions/upload-artifact@v4 with: - name: pull-request-number - path: pull_request_number.txt - overwrite: true \ No newline at end of file + name: pull-request-${{ inputs.job_name }} + path: pull_request_number.txt \ No newline at end of file diff --git a/.github/workflows/create_test_report.yml b/.github/workflows/create_test_report.yml index 94ca4b7e87..58a6d3f155 100644 --- a/.github/workflows/create_test_report.yml +++ b/.github/workflows/create_test_report.yml @@ -49,7 +49,7 @@ jobs: - name: Read pull request number uses: ./.github/actions/download-artifact with: - namePrefix: 'pull-request-number' + namePrefix: 'pull-request' path: '.' - name: Comment on PR