github / codeql-action

Actions for running CodeQL analysis
MIT License
1.16k stars 321 forks source link

Deprecation notice for `upload-artifact` when enabling debug #2402

Open mbaluda opened 2 months ago

mbaluda commented 2 months ago

When enabling debug in the codeql init@v3 action, I get a deprecation notice for actions/upload-artifact that I do not get otherwise

Image

aeisenberg commented 2 months ago

We're aware of this deprecation notice. However, we're not yet able to update to upload-artifacts v4 since this version is not yet supported on GHES. When GHES starts supporting v4, we will be able to change the action as well.