diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4172d796da0e9ccb13f7dfd7414ed9e9e019680d..07cbc13594cf858ee1e74cfb0b4c19e9422a6fc9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1463,7 +1463,7 @@ jobs: timeout-minutes: 10 steps: - name: Download all coverage artifacts - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: pattern: test-results-* - name: Upload test results to Codecov