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:
renovate[bot] 2023-12-18 11:03:44 -06:00 committed by GitHub
parent 97386403ce
commit 6c6800a821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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