diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 148b95b..b0bb7a3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: if: github.actor == 'andrcuns' steps: - name: Download allure-results - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v6 with: name: allure-results - name: Publish allure report