scientific-python / circleci-artifacts-redirector-action

GitHub Action to add a GitHub status link to a CircleCI artifact.
MIT License
14 stars 8 forks source link

FIX: Update node, core, octokit #35

Closed larsoner closed 1 year ago

larsoner commented 1 year ago

I updated package.json to require "@actions/core": "^1.10.0", then ran npm update && npm install && npm audit fix && ncc build index.js, committed and pushed. In theory this should be enough to get past the deprecated output according to this blog post.

Closes #34