mirror of
				https://github.com/Ukendio/jecs.git
				synced 2025-11-04 02:49:18 +00:00 
			
		
		
		
	Bump upload-artifact ver
This commit is contained in:
		
							parent
							
								
									582a1c25ba
								
							
						
					
					
						commit
						29512d4351
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -22,7 +22,7 @@ jobs:
 | 
			
		|||
              run: rojo build --output build.rbxm default.project.json
 | 
			
		||||
 | 
			
		||||
            - name: Upload Build Artifact
 | 
			
		||||
              uses: actions/upload-artifact@v3
 | 
			
		||||
              uses: actions/upload-artifact@v4
 | 
			
		||||
              with:
 | 
			
		||||
                  name: build
 | 
			
		||||
                  path: build.rbxm
 | 
			
		||||
| 
						 | 
				
			
			@ -38,7 +38,7 @@ jobs:
 | 
			
		|||
              uses: actions/checkout@v4
 | 
			
		||||
 | 
			
		||||
            - name: Download Jecs Build
 | 
			
		||||
              uses: actions/download-artifact@v3
 | 
			
		||||
              uses: actions/download-artifact@v4
 | 
			
		||||
              with:
 | 
			
		||||
                  name: build
 | 
			
		||||
                  path: build
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue