Skip to content

Error: This request has been automatically failed because it uses a deprecated version of actions/upload-artifact: v2. #787

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

Closed
adietish opened this issue Sep 24, 2024 · 1 comment · Fixed by #788
Assignees
Labels
kind/bug Something isn't working

Comments

@adietish
Copy link
Collaborator

Github action defined in IJ.yml currently fails with the following error:

Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v2`.
@adietish adietish self-assigned this Sep 24, 2024
@adietish adietish added the kind/bug Something isn't working label Sep 24, 2024
@adietish adietish moved this to 📝 In Progress in IDE Cloudaptors Sep 24, 2024
@adietish
Copy link
Collaborator Author

adietish commented Sep 24, 2024

This error was reported in reactjs/react.dev#7148. The solution is to bump upload-artifact to v3:

Change it to:

  • name: Upload artifact
    uses: actions/upload-artifact@v3

background: github artifact actions v2 wont be usable any longer this November:

Starting November 30, 2024, GitHub Actions customers will no longer be able to use v3 of actions/upload-artifact or actions/download-artifact.

adietish added a commit to adietish/intellij-kubernetes that referenced this issue Sep 24, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Sep 24, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Sep 24, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Sep 24, 2024
@adietish adietish moved this from 📝 In Progress to 👀 In review in IDE Cloudaptors Sep 24, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Sep 25, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Sep 25, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Sep 25, 2024
adietish added a commit that referenced this issue Sep 27, 2024
adietish added a commit that referenced this issue Sep 27, 2024
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in IDE Cloudaptors Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant