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

Github Action Deprecation breaks publishing GH pages #198

Open
rcarrata opened this issue Jan 23, 2025 · 0 comments · May be fixed by #199
Open

Github Action Deprecation breaks publishing GH pages #198

rcarrata opened this issue Jan 23, 2025 · 0 comments · May be fixed by #199

Comments

@rcarrata
Copy link
Collaborator

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)
  • Use actions/deploy-pages@v4 (instead of v2)

Working example in here

rcarrata added a commit that referenced this issue Jan 23, 2025
@rcarrata rcarrata linked a pull request Jan 23, 2025 that will close this issue
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