diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26d6fed..483eca9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Download tests result from test - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: coverage - name: Publish code coverage to codeclimate