fix: somehow I went back a version of upload-artifact.
This commit is contained in:
		
							parent
							
								
									bf0baaf9d2
								
							
						
					
					
						commit
						91f1393ad3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -63,7 +63,7 @@ jobs: | ||||||
| 
 | 
 | ||||||
|       - name: Upload Linux Artifact |       - name: Upload Linux Artifact | ||||||
|         id: upload_artifacts |         id: upload_artifacts | ||||||
|         uses: actions/upload-artifact@v3.1.2 |         uses: actions/upload-artifact@v4 | ||||||
|         with: |         with: | ||||||
|           name: TimeLogix-AppImage |           name: TimeLogix-AppImage | ||||||
|           path: TimeLogix*-x86_64.AppImage |           path: TimeLogix*-x86_64.AppImage | ||||||
|  | @ -87,7 +87,7 @@ jobs: | ||||||
|         run: pyinstaller --onefile --windowed time_logix.py |         run: pyinstaller --onefile --windowed time_logix.py | ||||||
| 
 | 
 | ||||||
|       - name: Upload Windows Artifact |       - name: Upload Windows Artifact | ||||||
|         uses: actions/upload-artifact@v3.1.2 |         uses: actions/upload-artifact@v4 | ||||||
|         with: |         with: | ||||||
|           name: TimeLogix-Windows |           name: TimeLogix-Windows | ||||||
|           path: dist/time_logix.exe |           path: dist/time_logix.exe | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Blake Ridgway
						Blake Ridgway