mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Merge pull request #6249 from vcmi/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/aab-from-build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/aab-from-build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -42,7 +42,7 @@ jobs: | ||||
|         echo "ANDROID_AAB_PATH=$ANDROID_AAB_PATH" >> $GITHUB_ENV | ||||
|  | ||||
|     - name: Artifact | ||||
|       uses: actions/upload-artifact@v4 | ||||
|       uses: actions/upload-artifact@v5 | ||||
|       with: | ||||
|         name: aab | ||||
|         compression-level: 0 | ||||
|   | ||||
							
								
								
									
										16
									
								
								.github/workflows/github.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								.github/workflows/github.yml
									
									
									
									
										vendored
									
									
								
							| @@ -332,7 +332,7 @@ jobs: | ||||
|  | ||||
|     - name: Upload Artifact | ||||
|       id: upload_artifact | ||||
|       uses: actions/upload-artifact@v4 | ||||
|       uses: actions/upload-artifact@v5 | ||||
|       with: | ||||
|         name: ${{ env.VCMI_PACKAGE_FILE_NAME }} - ${{ matrix.platform }} | ||||
|         compression-level: 9 | ||||
| @@ -342,7 +342,7 @@ jobs: | ||||
|     - name: Upload AAB Artifact | ||||
|       id: upload_aab | ||||
|       if: ${{ startsWith(matrix.platform, 'android') && github.ref == 'refs/heads/master' }} | ||||
|       uses: actions/upload-artifact@v4 | ||||
|       uses: actions/upload-artifact@v5 | ||||
|       with: | ||||
|         name: ${{ env.VCMI_PACKAGE_FILE_NAME }} - ${{ matrix.platform }} - aab | ||||
|         compression-level: 9 | ||||
| @@ -352,7 +352,7 @@ jobs: | ||||
|     - name: Upload debug symbols | ||||
|       id: upload_symbols | ||||
|       if: ${{ startsWith(matrix.platform, 'msvc') }} | ||||
|       uses: actions/upload-artifact@v4 | ||||
|       uses: actions/upload-artifact@v5 | ||||
|       with: | ||||
|         name: ${{ env.VCMI_PACKAGE_FILE_NAME }} - ${{ matrix.platform }} - symbols | ||||
|         compression-level: 9 | ||||
| @@ -381,7 +381,7 @@ jobs: | ||||
|         python3 CI/emit_partial.py | ||||
|  | ||||
|     - name: Upload partial JSON with build informations | ||||
|       uses: actions/upload-artifact@v4 | ||||
|       uses: actions/upload-artifact@v5 | ||||
|       with: | ||||
|         name: partial-json-${{ matrix.platform }} | ||||
|         path: .summary/${{ matrix.platform }}.json | ||||
| @@ -412,7 +412,7 @@ jobs: | ||||
|  | ||||
|         - name: Upload source code archive | ||||
|           id: upload_source | ||||
|           uses: actions/upload-artifact@v4 | ||||
|           uses: actions/upload-artifact@v5 | ||||
|           with: | ||||
|             name: ${{ env.VCMI_PACKAGE_FILE_NAME }} | ||||
|             compression-level: 9 | ||||
| @@ -428,7 +428,7 @@ jobs: | ||||
|             JSON | ||||
|  | ||||
|         - name: Upload partial JSON with source informations | ||||
|           uses: actions/upload-artifact@v4 | ||||
|           uses: actions/upload-artifact@v5 | ||||
|           with: | ||||
|             name: partial-json-source | ||||
|             path: .summary/source.json | ||||
| @@ -645,7 +645,7 @@ jobs: | ||||
|  | ||||
|     - name: Upload VCMI Installer Artifacts | ||||
|       id: upload_installer | ||||
|       uses: actions/upload-artifact@v4 | ||||
|       uses: actions/upload-artifact@v5 | ||||
|       with: | ||||
|         name: ${{ env.VCMI_PACKAGE_FILE_NAME }} - ${{ matrix.platform }} - installer | ||||
|         compression-level: 9 | ||||
| @@ -673,7 +673,7 @@ jobs: | ||||
|         JSON | ||||
|  | ||||
|     - name: Upload partial JSON with installer informations | ||||
|       uses: actions/upload-artifact@v4 | ||||
|       uses: actions/upload-artifact@v5 | ||||
|       with: | ||||
|         name: partial-json-${{ matrix.platform }}-installer | ||||
|         path: .summary/installer-${{ matrix.platform }}.json | ||||
|   | ||||
		Reference in New Issue
	
	Block a user