-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update actions/upload-artifact to v4 #55
Conversation
@@ -81,7 +81,7 @@ jobs: | |||
continue-on-error: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i feel like this should not continue on error... the check failed on the following step because the sarif was not present
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
proposed in #67
@@ -69,7 +69,7 @@ jobs: | |||
if: runner.os == 'Windows' | |||
|
|||
- name: Run eslint | |||
run: npx eslint | |||
run: npx eslint@7.32.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should use the version in package.json... i'm not sure why we're installing the latest packages above and not using the ones defined in the repo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making this change. Looks like the only failures are due to target, while the PR succeeds 👍
Hi @JesseParsons, I merged this one #58 with other updates, so I'll close this one. You're still listed as co-author on relevant commits of course. |
No description provided.