diff --git a/.github/steps/3-upload-test-reports.md b/.github/steps/3-upload-test-reports.md index f92623b..12f2a23 100644 --- a/.github/steps/3-upload-test-reports.md +++ b/.github/steps/3-upload-test-reports.md @@ -30,7 +30,7 @@ To upload artifacts to the artifact storage, we can use an action built by GitHu 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@v3 + - uses: actions/upload-artifact@v4 with: name: remark-lint-report path: remark-lint-report.json