diff --git a/.github/workflows/generate-allure-report.yml b/.github/workflows/generate-allure-report.yml index 9f76d6d83a4..142c07d58ba 100644 --- a/.github/workflows/generate-allure-report.yml +++ b/.github/workflows/generate-allure-report.yml @@ -44,7 +44,7 @@ jobs: args: ./rust+build - name: Collect and upload test reports - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: test-reports @@ -53,7 +53,7 @@ jobs: retention-days: 1 - name: Collect and upload test coverage - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: coverage-reports