diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71c11d98d64..2d9eedf316c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: shell: bash run: | mv ./tests/coverage/coverage-final.json ./tests/coverage/coverage-${{ matrix.shard }}.json - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: coverage-${{ matrix.shard }} path: ./tests/coverage/coverage-${{ matrix.shard }}.json @@ -131,7 +131,7 @@ jobs: node-version-file: '.nvmrc' cache: yarn - run: yarn setup - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: path: tests/coverage/ - name: Gather partial coverage reports into one directory @@ -140,7 +140,7 @@ jobs: mv ./tests/coverage/coverage-*/* ./tests/coverage - run: yarn test:merge-coverage - run: yarn test:validate-coverage - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: coverage path: ./tests/merged-coverage/lcov.info @@ -207,7 +207,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version-file: '.nvmrc' - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: coverage path: coverage/