diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f0b3a3a66..a4fba8968f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,7 +114,7 @@ jobs: - name: Save Test Reports if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-reports path: '**/build/reports'