File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5353      - name : Build wheels 
5454        uses : pypa/cibuildwheel@v3.2.1 
5555
56-       - uses : actions/upload-artifact@v4  
56+       - uses : actions/upload-artifact@v5  
5757        with :
5858          name : wheels-${{ matrix.os }}-${{ strategy.job-index }} 
5959          path : ./wheelhouse/*.whl 
6969          command : sdist 
7070          args : --out dist 
7171      - name : Upload sdist 
72-         uses : actions/upload-artifact@v4  
72+         uses : actions/upload-artifact@v5  
7373        with :
7474          name : wheels-sdist 
7575          path : dist 
Original file line number Diff line number Diff line change 9898      - name : Build HUGR-QIR binary 
9999        run : cargo build 
100100      - name : Upload the binary to the artifacts 
101-         uses : actions/upload-artifact@v4  
101+         uses : actions/upload-artifact@v5  
102102        with :
103103          name : hugr_qir_binary 
104104          path : target/debug/hugr-qir 
Original file line number Diff line number Diff line change 5858      - name : Build HUGR-QIR binary 
5959        run : cargo build 
6060      - name : Upload the binary to the artifacts 
61-         uses : actions/upload-artifact@v4  
61+         uses : actions/upload-artifact@v5  
6262        with :
6363          name : hugr_qir_binary 
6464          path : target/debug/hugr-qir 
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135      - name : Build HUGR-QIR binary 
136136        run : cargo build 
137137      - name : Upload the binary to the artifacts 
138-         uses : actions/upload-artifact@v4  
138+         uses : actions/upload-artifact@v5  
139139        with :
140140          name : hugr_qir_binary 
141141          path : target/debug/hugr-qir 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments