mirror of
				https://github.com/coredns/coredns.git
				synced 2025-11-03 18:53:13 -05:00 
			
		
		
		
	build(deps): bump actions/upload-artifact from 3.1.1 to 3.1.2 (#5838)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](83fd05a356...0b7f8abb15)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
			
			
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/cifuzz.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/cifuzz.yml
									
									
									
									
										vendored
									
									
								
							@@ -20,7 +20,7 @@ jobs:
 | 
			
		||||
          fuzz-seconds: 600
 | 
			
		||||
          dry-run: false
 | 
			
		||||
      - name: Upload Crash
 | 
			
		||||
        uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
 | 
			
		||||
        uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
 | 
			
		||||
        if: failure() && steps.build.outcome == 'success'
 | 
			
		||||
        with:
 | 
			
		||||
          name: artifacts
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/scorecards.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/scorecards.yml
									
									
									
									
										vendored
									
									
								
							@@ -43,7 +43,7 @@ jobs:
 | 
			
		||||
 | 
			
		||||
      # Upload the results as artifacts (optional).
 | 
			
		||||
      - name: "Upload artifact"
 | 
			
		||||
        uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
 | 
			
		||||
        uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
 | 
			
		||||
        with:
 | 
			
		||||
          name: SARIF file
 | 
			
		||||
          path: results.sarif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user