diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 856ec13..aed6466 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v3 - name: Download code coverage results - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v3 with: name: code-coverage-report path: bin