File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -107,14 +107,14 @@ jobs:
107107        run : tox -e doc-html-${{ runner.os == 'Linux' && 'linux' || 'windows' }},doc-pdf-${{ runner.os == 'Linux' && 'linux' || 'windows' }} 
108108
109109      - name : Upload HTML Documentation 
110-         uses : actions/upload-artifact@v4  
110+         uses : actions/upload-artifact@v5  
111111        with :
112112          name : documentation-html 
113113          path : doc/_build/html 
114114          retention-days : 7 
115115
116116      - name : Upload PDF Documentation 
117-         uses : actions/upload-artifact@v4  
117+         uses : actions/upload-artifact@v5  
118118        with :
119119          name : documentation-pdf 
120120          path : doc/_build/latex/*.pdf 
Original file line number Diff line number Diff line change @@ -108,14 +108,14 @@ jobs:
108108        run : tox -e doc-html-${{ runner.os == 'Linux' && 'linux' || 'windows' }},doc-pdf-${{ runner.os == 'Linux' && 'linux' || 'windows' }} 
109109
110110      - name : Upload HTML Documentation 
111-         uses : actions/upload-artifact@v4  
111+         uses : actions/upload-artifact@v5  
112112        with :
113113          name : documentation-html 
114114          path : doc/_build/html 
115115          retention-days : 7 
116116
117117      - name : Upload PDF Documentation 
118-         uses : actions/upload-artifact@v4  
118+         uses : actions/upload-artifact@v5  
119119        with :
120120          name : documentation-pdf 
121121          path : doc/_build/latex/*.pdf 
Original file line number Diff line number Diff line change 7373          HPS_TEST_PASSWORD : repadmin 
7474
7575      - name : Upload coverage results 
76-         uses : actions/upload-artifact@v4  
76+         uses : actions/upload-artifact@v5  
7777        if : ${{ inputs.python-version == '3.10' && inputs.upload-coverage }} 
7878        with :
7979          name : coverage-html 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments