Update deprecated `actions/upload-artifact`

This commit is contained in:
Marco Belladelli 2024-12-05 16:25:32 +01:00
parent 32c2bad2c2
commit d7e8a69df5
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ jobs:
run: ./ci/build-github.sh
shell: bash
- name: Upload test reports (if Gradle failed)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: test-reports-java8-${{ matrix.rdbms }}