Skip to content

Commit

Permalink
Update CI to use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
v3 uses deprecated Node.js version.
  • Loading branch information
jwakely committed Jan 29, 2024
1 parent 045ef7a commit 8e867cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
done
- name: Upload new HTML files for inspection
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pull-${{ github.event.number }}-html
path: html/issue*.html
Expand Down

0 comments on commit 8e867cb

Please sign in to comment.