diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index de755461..90c84653 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -21,7 +21,7 @@ jobs: run: mvn test - name: Persist Java tests reports if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Test reports path: | diff --git a/.github/workflows/test_package.yml b/.github/workflows/test_package.yml index 3a12d219..cd7fbca9 100644 --- a/.github/workflows/test_package.yml +++ b/.github/workflows/test_package.yml @@ -30,7 +30,7 @@ jobs: run: mvn --batch-mode --update-snapshots test - name: Persist Java tests reports if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Test reports path: |