Skip to content

Commit

Permalink
devops: do not use broken overwrite: true for uploads (#29160)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Jan 25, 2024
1 parent 4c4789c commit 85c4293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/actions/upload-blob-report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
name: pull-request-${{ inputs.job_name }}
path: pull_request_number.txt
2 changes: 1 addition & 1 deletion .github/workflows/create_test_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85c4293

Please sign in to comment.