diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 632a8cce..1ddeb50d 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -271,7 +271,7 @@ jobs: # As output a markdown and a json version will be generated - name: Build final test report id: build_final_test_report - uses: actions/github-script@v6.3.3 + uses: actions/github-script@v6.4.0 env: TEST_REPORTS_PATH: ${{ env.TEST_REPORTS_PATH }} FINAL_TEST_REPORTS_FOLDER: ${{ env.FINAL_TEST_REPORTS_FOLDER }}