diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e64f5cb..aacd95d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: npm install remark-cli remark-preset-lint-consistent vfile-reporter-json npx remark . --use remark-preset-lint-consistent --report vfile-reporter-json 2> remark-lint-report.json - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: remark-lint-report path: remark-lint-report.json