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