jupyter-book / mystmd

Command line tools for working with MyST Markdown.
https://mystmd.org/guide
MIT License
219 stars 64 forks source link

✊ Bump action versions. #1574

Closed ryanlovett closed 1 month ago

ryanlovett commented 1 month ago

I received a deprecation notice in GitHub actions that the artifact actions were old. I bumped upload-pages-artifact to v3 and that required bumping deploy-pages as well.

Via https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ :

Starting November 30, 2024, GitHub Actions customers will no longer be able to use v3 of actions/upload-artifact or actions/download-artifact. Customers should update workflows to begin using v4 of the artifact actions as soon as possible.

Note that upload-pages-artifact v3 uses upload-artifact v4.

changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: 8411946b03f4cfa2860bccd20083437e7406ed82

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages | Name | Type | | -------- | ----- | | myst-cli | Patch | | mystmd | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

rowanc1 commented 1 month ago

Thanks, appreciate the help!

rowanc1 commented 1 month ago

Tested here: https://github.com/simpeg/tle-finitevolume/commit/9923dc2b654648cf799b7fc059fa466d10565666

Thanks again!