This repository was archived by the owner on Apr 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 TARGET_PYTHON : ${{ matrix.python-version }}
7777
7878 - name : Upload coverage
79- uses : actions/upload-artifact@v3
79+ uses : actions/upload-artifact@v4
8080 with :
8181 name : coverage-data
8282 path : " .cache/.coverage.*"
@@ -311,7 +311,7 @@ jobs:
311311 COVERAGE_FILE : .cache/.coverage.databases
312312
313313 - name : Upload coverage
314- uses : actions/upload-artifact@v3
314+ uses : actions/upload-artifact@v4
315315 with :
316316 name : coverage-data
317317 path : " .cache/.coverage*"
@@ -334,7 +334,7 @@ jobs:
334334 pip install -U . -r pipelines/requirements/ci.txt
335335
336336 - name : Download coverage data.
337- uses : actions/download-artifact@v3
337+ uses : actions/download-artifact@v4
338338 with :
339339 name : coverage-data
340340 path : .cache/
@@ -345,7 +345,7 @@ jobs:
345345
346346 - name : Upload coverage report
347347 if : always()
348- uses : actions/upload-artifact@v3
348+ uses : actions/upload-artifact@v4
349349 with :
350350 name : htmlcov
351351 path : htmlcov
@@ -356,7 +356,7 @@ jobs:
356356 nox -s push-coverage
357357
358358 # delete the temporary coverage artifacts to save on unnecessary cloud storage usage
359- - uses : geekyeggo/delete-artifact@v2
359+ - uses : geekyeggo/delete-artifact@v4
360360 with :
361361 name : coverage-data
362362
You can’t perform that action at this time.
0 commit comments