mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Merge pull request #6248 from vcmi/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/github.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/github.yml
									
									
									
									
										vendored
									
									
								
							| @@ -615,7 +615,7 @@ jobs: | ||||
|         PULL_REQUEST: ${{ github.event.pull_request.number }} | ||||
|  | ||||
|     - name: Download Artifact | ||||
|       uses: actions/download-artifact@v5 | ||||
|       uses: actions/download-artifact@v6 | ||||
|       with: | ||||
|         name: ${{ env.VCMI_PACKAGE_FILE_NAME }} - ${{ matrix.platform }} | ||||
|         path: ${{github.workspace}}/artifact | ||||
| @@ -720,7 +720,7 @@ jobs: | ||||
|  | ||||
|       - name: Download all partial JSON artifacts | ||||
|         continue-on-error: true | ||||
|         uses: actions/download-artifact@v5 | ||||
|         uses: actions/download-artifact@v6 | ||||
|         with: | ||||
|           pattern: partial-json-* | ||||
|           merge-multiple: true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user