mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-10-30 00:23:54 +00:00 
			
		
		
		
	Merge pull request #1014 from ae-utbm/github
Update upload-artifacts to v4
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/actions/setup_project/action.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/actions/setup_project/action.yml
									
									
									
									
										vendored
									
									
								
							| @@ -4,7 +4,7 @@ runs: | |||||||
|   using: composite |   using: composite | ||||||
|   steps: |   steps: | ||||||
|     - name: Install apt packages |     - name: Install apt packages | ||||||
|       uses: awalsh128/cache-apt-pkgs-action@latest |       uses: awalsh128/cache-apt-pkgs-action@v1.4.3 | ||||||
|       with: |       with: | ||||||
|         packages: gettext |         packages: gettext | ||||||
|         version: 1.0  # increment to reset cache |         version: 1.0  # increment to reset cache | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -41,7 +41,7 @@ jobs: | |||||||
|           uv run coverage report |           uv run coverage report | ||||||
|           uv run coverage html |           uv run coverage html | ||||||
|       - name: Archive code coverage results |       - name: Archive code coverage results | ||||||
|         uses: actions/upload-artifact@v3 |         uses: actions/upload-artifact@v4 | ||||||
|         with: |         with: | ||||||
|           name: coverage-report |           name: coverage-report | ||||||
|           path: coverage_report |           path: coverage_report | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user