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

Avoid deprecated package #3

Closed
jserv opened this issue Apr 4, 2024 · 0 comments · Fixed by #5
Closed

Avoid deprecated package #3

jserv opened this issue Apr 4, 2024 · 0 comments · Fixed by #5

Comments

@jserv
Copy link
Contributor

jserv commented Apr 4, 2024

Recently, @eleanorLYJ contributed GitHub Actions based PDF generation, but the latter complains as following:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/create-release@v1, actions/upload-release-asset@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

It is due to the archived package actions/create-release. We shall migrate to the alternative for CI pipeline.

eleanorLYJ added a commit to eleanorLYJ/concurrency-primer that referenced this issue Apr 5, 2024
Switch from deprecated `actions/create-release@v1` to
`softprops/action-gh-release@v2` for creating releases, combining the
 creation and upload steps into a single action to streamline the
workflow.

close sysprog21#3
@jserv jserv closed this as completed in #5 Apr 5, 2024
jserv pushed a commit that referenced this issue Apr 5, 2024
This commit switches from deprecated 'actions/create-release@v1' to                                                                                           
'softprops/action-gh-release@v2' for creating releases, combining the
 creation and upload steps into a single action to streamline the
workflow.

Close #3
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 a pull request may close this issue.

1 participant