diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c72d23b..cf30fbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,7 +192,7 @@ jobs: fetch-depth: 0 - name: Fetch coverage report - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: coverage @@ -208,7 +208,7 @@ jobs: needs: unit-tests steps: - name: Fetch coverage report - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: coverage