File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tests/end_to_end/repo/.github/workflows Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5959 ANNOTATE_MISSING_LINES : true
6060
6161 - name : Store Pull Request comment to be posted
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v5
6363 if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
6464 with :
6565 name : python-coverage-comment-action
Original file line number Diff line number Diff line change 2020 env :
2121 PR_NUMBER : ${{ github.event.pull_request.number }}
2222 - name : Save artifact
23- uses : actions/upload-artifact@v4
23+ uses : actions/upload-artifact@v5
2424 with :
2525 name : pr_number
2626 path : pr_number.txt
Original file line number Diff line number Diff line change 4040 SUBPROJECT_ID : __ACTION_SUBPROJECT_ID__
4141
4242 - name : Store Pull Request comment to be posted
43- uses : actions/upload-artifact@v4
43+ uses : actions/upload-artifact@v5
4444 if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
4545 with :
4646 name : python-coverage-comment-action
You can’t perform that action at this time.
0 commit comments