diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6487a25..ba65d01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: - name: Run tests run: yarn test --coverage - name: Archive code coverage results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: code-coverage-report path: coverage