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 #74 from arduino-libraries/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/sync-labels.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/sync-labels.yml
									
									
									
									
										vendored
									
									
								
							@@ -108,7 +108,7 @@ jobs:
 | 
				
			|||||||
        uses: actions/checkout@v5
 | 
					        uses: actions/checkout@v5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Download configuration files artifact
 | 
					      - name: Download configuration files artifact
 | 
				
			||||||
        uses: actions/download-artifact@v5
 | 
					        uses: actions/download-artifact@v6
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          name: ${{ env.CONFIGURATIONS_ARTIFACT }}
 | 
					          name: ${{ env.CONFIGURATIONS_ARTIFACT }}
 | 
				
			||||||
          path: ${{ env.CONFIGURATIONS_FOLDER }}
 | 
					          path: ${{ env.CONFIGURATIONS_FOLDER }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user