diff --git a/.github/workflows/generate-allure-report.yml b/.github/workflows/generate-allure-report.yml index 560338e27..29b6d0e8b 100644 --- a/.github/workflows/generate-allure-report.yml +++ b/.github/workflows/generate-allure-report.yml @@ -71,7 +71,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: test-reports @@ -119,7 +119,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: coverage-reports