diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index cfd0c67..e3be6b2 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -131,7 +131,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download all coverage reports - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: reports/ - name: List contents of the reports directory