diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dcf803d..a6066b6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Upload Allure report if: ${{ github.event.inputs.upload_report == 'true' }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: allure-report path: allure-report \ No newline at end of file