diff --git a/.github/workflows/run-e2e-automation-tests.yml b/.github/workflows/run-e2e-automation-tests.yml index 5de937fbc..c71d73a9d 100644 --- a/.github/workflows/run-e2e-automation-tests.yml +++ b/.github/workflows/run-e2e-automation-tests.yml @@ -306,7 +306,7 @@ jobs: - name: Add link to Allure report if: github.event_name == 'workflow_dispatch' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const url = `https://${context.repo.owner}.github.io/${context.repo.repo}/${context.runNumber}/`;