You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR: A deprecation issue is breaking the GitHub Actions automation for publishing the workshops automatically to GitHub Pages. This affects both the Parasol workshops.
There is a deprecation that breaks the GH action for automatically publishing GitHub Pages. The issue specifically affects actions/upload-artifact@v3, resulting in the following error:
Getting action download info
Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
To resolve this issue, update the workflow by bumping the following versions:
Use actions/upload-pages-artifact@v3 (instead of v2)
TL;DR: A deprecation issue is breaking the GitHub Actions automation for publishing the workshops automatically to GitHub Pages. This affects both the Parasol workshops.
There is a deprecation that breaks the GH action for automatically publishing GitHub Pages. The issue specifically affects actions/upload-artifact@v3, resulting in the following error:
To resolve this issue, update the workflow by bumping the following versions:
Working example in here
The text was updated successfully, but these errors were encountered: