diff --git a/.github/workflows/generate-allure-report.yml b/.github/workflows/generate-allure-report.yml index ae81c7510..8a28e9c44 100644 --- a/.github/workflows/generate-allure-report.yml +++ b/.github/workflows/generate-allure-report.yml @@ -71,7 +71,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: test-reports @@ -119,7 +119,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: coverage-reports