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 6464 PY_COLORS : 1
6565
6666 - name : Store coverage file
67- uses : actions/upload-artifact@v5
67+ uses : actions/upload-artifact@v6
6868 with :
6969 name : coverage-${{ matrix.python-version }}
7070 path : .coverage.${{ matrix.python-version }}
@@ -138,7 +138,7 @@ jobs:
138138 steps :
139139 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
140140
141- - uses : actions/download-artifact@v6
141+ - uses : actions/download-artifact@v7
142142 with :
143143 pattern : coverage-*
144144 merge-multiple : true
@@ -150,7 +150,7 @@ jobs:
150150 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
151151
152152 - name : Store Pull Request comment to be posted
153- uses : actions/upload-artifact@v5
153+ uses : actions/upload-artifact@v6
154154 with :
155155 name : python-coverage-comment-action
156156 path : python-coverage-comment-action.txt
You can’t perform that action at this time.
0 commit comments