diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 43144e9..df7a481 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -58,14 +58,14 @@ jobs: - name: Upload Allure Report as Pipeline Artifact if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ runner.os }} - Desktop Browsers Tests Allure Report HTML path: "allure-report/index.html" - name: Upload Extent Report as Pipeline Artifact if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ runner.os }} - Desktop Browsers Tests Extent Report HTML path: "ExtentReport/ExtentReports.html"