diff --git a/.github/workflows/functionality-check.yml b/.github/workflows/functionality-check.yml index af39894..cc8469b 100644 --- a/.github/workflows/functionality-check.yml +++ b/.github/workflows/functionality-check.yml @@ -38,7 +38,7 @@ jobs: run: mvn test -e -P fancy-report --color always - name: "Upload test report" - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: test-report-${{ env.COMMIT_SHA_ABREV }}-${{ env.RUN_DATE }} diff --git a/.github/workflows/maven-test.yml b/.github/workflows/maven-test.yml index 580595a..75cada1 100644 --- a/.github/workflows/maven-test.yml +++ b/.github/workflows/maven-test.yml @@ -36,7 +36,7 @@ jobs: run: mvn test -e -P fancy-report --color always - name: "Upload test report" - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: test-report-${{ env.COMMIT_SHA_ABREV }}-${{ env.RUN_DATE }}