File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8484
8585
8686 - name : Store coverage file
87- uses : actions/upload-artifact@v3
87+ uses : actions/upload-artifact@v4
8888 with :
8989 name : coverage
9090 path : .coverage.${{ matrix.python-version }}
@@ -104,7 +104,7 @@ jobs:
104104 uses : actions/checkout@v3
105105
106106 - name : Download coverage artifact
107- uses : actions/download-artifact@v3
107+ uses : actions/download-artifact@v4
108108 with :
109109 name : coverage
110110
@@ -118,7 +118,7 @@ jobs:
118118
119119 # Store comment to be posted if written
120120 - name : Store Pull Request comment to be posted
121- uses : actions/upload-artifact@v3
121+ uses : actions/upload-artifact@v4
122122 if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
123123 with :
124124 name : python-coverage-comment-action
You can’t perform that action at this time.
0 commit comments