diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c7efb8..373c465 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: if: ${{ success() && github.actor != 'dependabot[bot]' }} steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: coverage-ubuntu-latest-18 - uses: paambaati/codeclimate-action@v5.0.0