Skip to content

Commit

Permalink
incremement upload-artifact action version (#64)
Browse files Browse the repository at this point in the history
As per https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/, version 3 of the upload-artifact action will be deprecated as of November 30th 2024. This change increments the version to 4.
  • Loading branch information
aaronscofield committed Apr 30, 2024
1 parent 45e6f48 commit 592d33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/steps/3-upload-test-reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 592d33a

Please sign in to comment.