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 @@ -240,7 +240,7 @@ jobs:
240240 . venv/bin/activate
241241 pytest --log-level info tests/*.py --cov='.'
242242 - name : Upload coverage artifact
243- uses : actions/upload-artifact@v4
243+ uses : actions/upload-artifact@v4.6.2
244244 with :
245245 name : coverage-${{ matrix.python-version }}
246246 path : .coverage
@@ -335,7 +335,7 @@ jobs:
335335 echo "Failed to restore Python virtual environment from cache"
336336 exit 1
337337 - name : Download all coverage artifacts
338- uses : actions/download-artifact@v4
338+ uses : actions/download-artifact@v4.2.1
339339 - name : Combine coverage results
340340 run : |
341341 . venv/bin/activate
@@ -348,7 +348,7 @@ jobs:
348348 echo "***"
349349 coverage xml
350350 - name : Upload coverage to Codecov
351- uses : codecov/codecov-action@v5
351+ uses : codecov/codecov-action@v5.4.2
352352 env :
353353 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
354354
You can’t perform that action at this time.
0 commit comments