File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 pytest --cov=agent_docstrings --cov-report=xml --cov-report=term-missing
5252
5353 - name : Upload coverage artifact
54- uses : actions/upload-artifact@v4
54+ uses : actions/upload-artifact@v5
5555 with :
5656 name : coverage-${{ matrix.python-version }}-${{ matrix.beta }}
5757 path : coverage.xml
@@ -62,17 +62,17 @@ jobs:
6262 needs : test
6363 steps :
6464 - name : Checkout repository
65- uses : actions/checkout@v4
65+ uses : actions/checkout@v5
6666
6767 - name : Download all coverage artifacts
68- uses : actions/download-artifact@v4
68+ uses : actions/download-artifact@v5
6969 with :
7070 path : coverage-artifacts
7171 pattern : coverage-*
7272 merge-multiple : true
7373
7474 - name : Upload coverage to Codecov
75- uses : codecov/codecov-action@v4
75+ uses : codecov/codecov-action@v5
7676 with :
7777 token : ${{ secrets.CODECOV_TOKEN }}
7878 directory : ./coverage-artifacts/
You can’t perform that action at this time.
0 commit comments