mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 18:20:04 +00:00 
			
		
		
		
	Merge pull request #105 from dpaulat/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4
This commit is contained in:
		
						commit
						132d92d357
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		
							
								
								
									
										8
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -159,28 +159,28 @@ jobs: | ||||||
| 
 | 
 | ||||||
|     - name: Upload Artifacts (Windows) |     - name: Upload Artifacts (Windows) | ||||||
|       if: matrix.os == 'windows-2022' |       if: matrix.os == 'windows-2022' | ||||||
|       uses: actions/upload-artifact@v3 |       uses: actions/upload-artifact@v4 | ||||||
|       with: |       with: | ||||||
|         name: supercell-wx-${{ matrix.artifact_suffix }} |         name: supercell-wx-${{ matrix.artifact_suffix }} | ||||||
|         path: ${{ github.workspace }}/supercell-wx/ |         path: ${{ github.workspace }}/supercell-wx/ | ||||||
| 
 | 
 | ||||||
|     - name: Upload Debug Artifacts (Windows) |     - name: Upload Debug Artifacts (Windows) | ||||||
|       if: matrix.os == 'windows-2022' |       if: matrix.os == 'windows-2022' | ||||||
|       uses: actions/upload-artifact@v3 |       uses: actions/upload-artifact@v4 | ||||||
|       with: |       with: | ||||||
|         name: supercell-wx-debug-${{ matrix.artifact_suffix }} |         name: supercell-wx-debug-${{ matrix.artifact_suffix }} | ||||||
|         path: ${{ github.workspace }}/build/bin/*.pdb |         path: ${{ github.workspace }}/build/bin/*.pdb | ||||||
| 
 | 
 | ||||||
|     - name: Upload Artifacts (Linux) |     - name: Upload Artifacts (Linux) | ||||||
|       if: matrix.os == 'ubuntu-22.04' |       if: matrix.os == 'ubuntu-22.04' | ||||||
|       uses: actions/upload-artifact@v3 |       uses: actions/upload-artifact@v4 | ||||||
|       with: |       with: | ||||||
|         name: supercell-wx-${{ matrix.artifact_suffix }} |         name: supercell-wx-${{ matrix.artifact_suffix }} | ||||||
|         path: ${{ github.workspace }}/supercell-wx-${{ matrix.artifact_suffix }}.tar.gz |         path: ${{ github.workspace }}/supercell-wx-${{ matrix.artifact_suffix }}.tar.gz | ||||||
| 
 | 
 | ||||||
|     - name: Upload Debug Artifacts (Linux) |     - name: Upload Debug Artifacts (Linux) | ||||||
|       if: matrix.os == 'ubuntu-22.04' |       if: matrix.os == 'ubuntu-22.04' | ||||||
|       uses: actions/upload-artifact@v3 |       uses: actions/upload-artifact@v4 | ||||||
|       with: |       with: | ||||||
|         name: supercell-wx-debug-${{ matrix.artifact_suffix }} |         name: supercell-wx-debug-${{ matrix.artifact_suffix }} | ||||||
|         path: | |         path: | | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat