mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-10-31 02:25:59 +01:00 
			
		
		
		
	Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
				
					committed by
					
						 kenji yoshida
						kenji yoshida
					
				
			
			
				
	
			
			
			
						parent
						
							e22371e4a5
						
					
				
				
					commit
					acaadff6cb
				
			
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -33,7 +33,7 @@ jobs: | |||||||
|     - name: Build executable |     - name: Build executable | ||||||
|       run: sbt executable |       run: sbt executable | ||||||
|     - name: Upload artifacts |     - name: Upload artifacts | ||||||
|       uses: actions/upload-artifact@v3 |       uses: actions/upload-artifact@v4 | ||||||
|       with: |       with: | ||||||
|         name: gitbucket-java${{ matrix.java }}-${{ github.sha }} |         name: gitbucket-java${{ matrix.java }}-${{ github.sha }} | ||||||
|         path: ./target/executable/gitbucket.* |         path: ./target/executable/gitbucket.* | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user