diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b62ae126..179f031f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,8 +119,6 @@ jobs: - run: npm run build:metadata - name: Delete default runner images run: | - docker image rm node:16 - docker image rm node:16-alpine docker image rm node:18 docker image rm node:18-alpine docker image rm node:20 @@ -180,7 +178,7 @@ jobs: if: ${{ success() && github.actor != 'dependabot[bot]' }} steps: - uses: actions/checkout@v3 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v4.1.7 with: name: coverage-unit - uses: actions/download-artifact@v4