Update actions/upload-artifact action to v4 (#6077)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									97386403ce
								
							
						
					
					
						commit
						6c6800a821
					
				|  | @ -78,7 +78,7 @@ jobs: | |||
|       - uses: codecov/codecov-action@v3 | ||||
|         if: ${{ matrix.coverage }} | ||||
| 
 | ||||
|       - uses: actions/upload-artifact@v3 | ||||
|       - uses: actions/upload-artifact@v4 | ||||
|         if: ${{ matrix.coverage }} | ||||
|         with: | ||||
|           name: coverage-report | ||||
|  |  | |||
|  | @ -25,6 +25,6 @@ jobs: | |||
| 
 | ||||
|       - name: Upload report | ||||
|         if: always() | ||||
|         uses: actions/upload-artifact@v3 | ||||
|         uses: actions/upload-artifact@v4 | ||||
|         with: | ||||
|           path: javaagent/build/reports | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue