We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As noted in #37, actions/upload-artifact@v3 is deprecated. It seems github has finally started blocking us from using the deprecated version, as seen in this terminated workflow execution:
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/
actions/upload-artifact: v3
We should fix this ASAP, as I think anything using the current version of actions-static-site will break.
I see that #23 also fixes this, so possibly we could focus on merging that.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
As noted in #37, actions/upload-artifact@v3 is deprecated. It seems github has finally started blocking us from using the deprecated version, as seen in this terminated workflow execution:
We should fix this ASAP, as I think anything using the current version of actions-static-site will break.
I see that #23 also fixes this, so possibly we could focus on merging that.
The text was updated successfully, but these errors were encountered: