File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166166 filename : coverage.xml
167167 output : ' both'
168168
169- - uses : actions/upload-artifact@v6
169+ - uses : actions/upload-artifact@v7
170170 with :
171171 name : src_coverage_rpts
172172 path : |
Original file line number Diff line number Diff line change 5757
5858 - name : Upload artifacts
5959 if : matrix.python-version == 3.9 && matrix.os == 'ubuntu-22.04'
60- uses : actions/upload-artifact@v6
60+ uses : actions/upload-artifact@v7
6161 with :
6262 name : packages
6363 path : dist
Original file line number Diff line number Diff line change 3838 fetch-depth : 0
3939
4040 # download all artifacts to project dir
41- - uses : actions/download-artifact@v7
41+ - uses : actions/download-artifact@v8
4242
4343 - name : check artifacts
4444 run : |
Original file line number Diff line number Diff line change 3232 tox -e ldocs
3333 tox -e docs
3434
35- - uses : actions/upload-artifact@v6
35+ - uses : actions/upload-artifact@v7
3636 with :
3737 name : ApiDocsHTML
3838 path : " docs/_build/html/"
Original file line number Diff line number Diff line change 5252
5353 - name : Upload artifacts
5454 if : matrix.python-version == 3.9 && runner.os == 'Linux'
55- uses : actions/upload-artifact@v6
55+ uses : actions/upload-artifact@v7
5656 with :
5757 name : packages
5858 path : dist
You can’t perform that action at this time.
0 commit comments