diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 10cc68c..5f48155 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -85,11 +85,11 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download unit test coverage - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: unit-coverage - name: Download E2E test coverage - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: e2e-coverage - name: Upload to codecov