diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c308828..b451d65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -293,7 +293,7 @@ jobs: steps: - name: Download all test results - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: pattern: test-results-* path: test-results