redhat-developer / intellij-kubernetes

IntelliJ Kubernetes plugin
https://plugins.jetbrains.com/plugin/15921-kubernetes-by-red-hat
Eclipse Public License 2.0
20 stars 20 forks source link

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

Closed adietish closed 2 months ago

adietish commented 2 months ago

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 commented 2 months ago

This error was reported in https://github.com/reactjs/react.dev/issues/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.