diff --git a/.github/workflows/tests_qa.yml b/.github/workflows/tests_qa.yml index 4b018af5a..e927893b3 100644 --- a/.github/workflows/tests_qa.yml +++ b/.github/workflows/tests_qa.yml @@ -98,7 +98,7 @@ jobs: fi - name: Upload Allure report archive - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: allure-report path: /tmp/allure-report.tar.gz