Skip to content

Composite action deploy-pages@v2 still internally calls deprecated actions/upload-artifact@v3 #391

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

Open
bratty7769 opened this issue Mar 4, 2025 · 0 comments

Comments

@bratty7769
Copy link

Hi team,

I'm encountering an issue when deploying my GitHub Pages site using actions/deploy-pages@v2. My workflow file references the following versions:

actions/checkout@v4
actions/configure-pages@v4
actions/upload-pages-artifact@v2
actions/deploy-pages@v2
However, during runtime the job fails with the following 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/"

I've verified that my workflow file contains no reference to any v3 action, and a full-text search in my repository shows no trace of "v3" in my workflow files. This indicates that the deprecated reference is being invoked internally within the composite action.

Could you please update the internal reference so that deploy-pages no longer depends on actions/upload-artifact@v3? Alternatively, is there a recommended migration strategy or workaround we should adopt?

Thank you for your help!

Best,
Simon

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

No branches or pull requests

1 participant