You've already forked library-registry
							
							
				mirror of
				https://github.com/arduino/library-registry.git
				synced 2025-11-03 23:13:15 +03:00 
			
		
		
		
	Merge pull request #7147 from arduino/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/manage-prs.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/manage-prs.yml
									
									
									
									
										vendored
									
									
								
							@@ -114,7 +114,7 @@ jobs:
 | 
			
		||||
        run: echo "::set-output name=head::$(jq -c .head.sha "${{ steps.configuration.outputs.path }}/${{ env.JSON_IDENTIFIER }}")"
 | 
			
		||||
 | 
			
		||||
      - name: Upload diff file to workflow artifact
 | 
			
		||||
        uses: actions/upload-artifact@v4
 | 
			
		||||
        uses: actions/upload-artifact@v5
 | 
			
		||||
        with:
 | 
			
		||||
          path: ${{ steps.configuration.outputs.path }}/${{ steps.configuration.outputs.filename }}
 | 
			
		||||
          name: ${{ steps.configuration.outputs.artifact }}
 | 
			
		||||
@@ -456,7 +456,7 @@ jobs:
 | 
			
		||||
      # So it's necessary to use an alternative means of indicating that at least one submission failed the checks.
 | 
			
		||||
      - name: Upload failure flag artifact
 | 
			
		||||
        if: env.PASS == 'false'
 | 
			
		||||
        uses: actions/upload-artifact@v4
 | 
			
		||||
        uses: actions/upload-artifact@v5
 | 
			
		||||
        with:
 | 
			
		||||
          if-no-files-found: error
 | 
			
		||||
          include-hidden-files: true
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/sync-labels.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/sync-labels.yml
									
									
									
									
										vendored
									
									
								
							@@ -70,7 +70,7 @@ jobs:
 | 
			
		||||
          file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
 | 
			
		||||
 | 
			
		||||
      - name: Pass configuration files to next job via workflow artifact
 | 
			
		||||
        uses: actions/upload-artifact@v4
 | 
			
		||||
        uses: actions/upload-artifact@v5
 | 
			
		||||
        with:
 | 
			
		||||
          path: |
 | 
			
		||||
            *.yaml
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user