Skip to content
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

Closed
wants to merge 4 commits into from

Conversation

JesseParsons
Copy link
Contributor

No description provided.

@@ -81,7 +81,7 @@ jobs:
continue-on-error: true
Copy link
Contributor Author

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

Copy link
Contributor Author

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
Copy link
Contributor Author

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

Copy link
Contributor

@taurheim taurheim left a 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 👍

@mkacmar
Copy link
Collaborator

mkacmar commented Sep 20, 2024

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.

@mkacmar mkacmar closed this Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants