File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 3434          fi 
3535
3636name : Generate Packages (deprecated) 
37-         id : generate-packages 
37+         id : generate-packages-deprecated  
3838        run : node packages/@postgres-language-server/cli/scripts/generate-packages.mjs 
3939        env :
4040          GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} 
Original file line number Diff line number Diff line change 4747
4848    runs-on : ${{ matrix.config.os }} 
4949
50-     outputs :
51-       artifact_url : ${{ steps.upload-artifacts.outputs.artifact-url }} 
52- 
5350    steps :
5451      - uses : actions/checkout@v4 
5552        with :
@@ -111,7 +108,7 @@ jobs:
111108#  It is not possible to return the artifacts from the matrix jobs individually: Matrix outputs overwrite each other.
112109      #  A common workaround is to upload and download the resulting artifacts.
113110      - name : 👆 Upload Artifacts (deprecated) 
114-         id : upload-artifacts 
111+         id : upload-artifacts-deprecated  
115112        uses : actions/upload-artifact@v4 
116113        with :
117114          name : postgrestools_${{ matrix.config.target }} 
@@ -163,7 +160,7 @@ jobs:
163160
164161name : 👇 Download Artifacts (deprecated) 
165162        uses : actions/download-artifact@v4 
166-         id : download 
163+         id : download-deprecated  
167164        with :
168165          merge-multiple : true 
169166          pattern : postgrestools_* 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments