-
Notifications
You must be signed in to change notification settings - Fork 98
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 GH action versions #2010
Comments
Hi @idavis, I worked something similar for my projects. can I work on this? |
@PratikFandade please feel free to take a stab at it. Please beware though, I don't think external contributors can run GitHub actions on this repo without permission from the maintainers, so you may not be able to test your changes without a lot of back and forth... so I'm not sure if this is the most suitable task for an external contributor. But go ahead if you're feeling up for it. |
@minestarks Thanks for the heads-up! I understand the limitations with GitHub actions for external contributors. I'll give it a shot and reach out if any issues come up. Appreciate the opportunity to contribute! |
Implemented the changes mentioned in #2010
GitHub is about to roll out breaking changes and a few tasks need to be updated.
fuzz.yml
actions/upload-artifact@v3
toactions/upload-artifact@v4
devskim.yml
Aside from that, the codeql action
v2
is deprecated and support will end 4 Dec 2024. Need to migrate tov3
.While updating actions, we should also update:
publish-playground.yml
actions/upload-pages-artifact@v1
toactions/upload-pages-artifact@v3
The text was updated successfully, but these errors were encountered: