@@ -115,7 +115,7 @@ jobs:
115
115
GITHUB_TOKEN : ${{ github.token }}
116
116
117
117
- name : Store Pull Request comment to be posted
118
- uses : actions/upload-artifact@v3
118
+ uses : actions/upload-artifact@v4
119
119
if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
120
120
with :
121
121
# If you use a different name, update COMMENT_ARTIFACT_NAME accordingly
@@ -252,7 +252,7 @@ jobs:
252
252
# directly or through PYTEST_ADD_OPTS.
253
253
254
254
- name : Store coverage file
255
- uses : actions/upload-artifact@v3
255
+ uses : actions/upload-artifact@v4
256
256
with :
257
257
name : coverage
258
258
path : .coverage.${{ matrix.python_version }}
@@ -267,7 +267,7 @@ jobs:
267
267
steps :
268
268
- uses : actions/checkout@v4
269
269
270
- - uses : actions/download-artifact@v3
270
+ - uses : actions/download-artifact@v4
271
271
id : download
272
272
with :
273
273
name : " coverage"
@@ -280,7 +280,7 @@ jobs:
280
280
MERGE_COVERAGE_FILES : true
281
281
282
282
- name : Store Pull Request comment to be posted
283
- uses : actions/upload-artifact@v3
283
+ uses : actions/upload-artifact@v4
284
284
if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
285
285
with :
286
286
name : python-coverage-comment-action
@@ -454,7 +454,7 @@ jobs:
454
454
GITHUB_TOKEN: ${{ github.token }}
455
455
456
456
- name: Store Pull Request comment to be posted
457
- uses: actions/upload-artifact@v3
457
+ uses: actions/upload-artifact@v4
458
458
if: steps.coverage_comment_1.outputs.COMMENT_FILE_WRITTEN == 'true' || steps.coverage_comment_2.outputs.COMMENT_FILE_WRITTEN == 'true'
459
459
with:
460
460
name: python-coverage-comment-action
0 commit comments