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@v4  
52+ uses : actions/download-artifact@v5  
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 
3131run : uv pip install -r requirements-github-actions.txt 
32-  - uses : actions/download-artifact@v4  
32+  - uses : actions/download-artifact@v5  
3333 with :
3434 name : coverage-html 
3535 path : htmlcov 
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 requirements**.txt 
101101 pyproject.toml 
102102name : Get coverage files 
103-  uses : actions/download-artifact@v4  
103+  uses : actions/download-artifact@v5  
104104 with :
105105 pattern : coverage-* 
106106 path : coverage 
                         You can’t perform that action at this time. 
           
                  
0 commit comments