File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 run : |
5050 rm -rf ./site
5151 mkdir ./site
52- - uses : actions/download-artifact@v5
52+ - uses : actions/download-artifact@v6
5353 with :
5454 path : ./site/
5555 pattern : docs-site
Original file line number Diff line number Diff line change 2929 requirements**.txt
3030 pyproject.toml
3131 - run : uv pip install -r requirements-github-actions.txt
32- - uses : actions/download-artifact@v5
32+ - uses : actions/download-artifact@v6
3333 with :
3434 name : coverage-html
3535 path : htmlcov
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 requirements**.txt
116116 pyproject.toml
117117 - name : Get coverage files
118- uses : actions/download-artifact@v5
118+ uses : actions/download-artifact@v6
119119 with :
120120 pattern : coverage-*
121121 path : coverage
You can’t perform that action at this time.
0 commit comments