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 6060 if : matrix.os == 'ubuntu-latest'
6161
6262 - name : Store coverage report
63- uses : actions/upload-artifact@v4.6.2
63+ uses : actions/upload-artifact@v5.0.0
6464 if : matrix.os == 'ubuntu-latest'
6565 with :
6666 name : coverage-${{ matrix.python }}
@@ -114,7 +114,7 @@ jobs:
114114 with :
115115 python-version : " 3.12"
116116 - name : Download coverage reports
117- uses : actions/download-artifact@v5 .0.0
117+ uses : actions/download-artifact@v6 .0.0
118118 with :
119119 merge-multiple : true
120120
@@ -139,7 +139,7 @@ jobs:
139139 .venv/bin/python -m coverage report --fail-under=100
140140
141141 - name : Upload HTML report if check failed.
142- uses : actions/upload-artifact@v4.6.2
142+ uses : actions/upload-artifact@v5.0.0
143143 with :
144144 name : html-report
145145 path : htmlcov
You can’t perform that action at this time.
0 commit comments