You've already forked ArduinoLowPower
							
							
				mirror of
				https://github.com/arduino-libraries/ArduinoLowPower.git
				synced 2025-11-04 06:11:38 +03:00 
			
		
		
		
	Merge pull request #73 from arduino-libraries/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/compile-examples.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/compile-examples.yml
									
									
									
									
										vendored
									
									
								
							@@ -107,7 +107,7 @@ jobs:
 | 
			
		||||
          sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
 | 
			
		||||
 | 
			
		||||
      - name: Save sketches report as workflow artifact
 | 
			
		||||
        uses: actions/upload-artifact@v4
 | 
			
		||||
        uses: actions/upload-artifact@v5
 | 
			
		||||
        with:
 | 
			
		||||
          if-no-files-found: error
 | 
			
		||||
          path: ${{ env.SKETCHES_REPORTS_PATH }}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										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