-
Notifications
You must be signed in to change notification settings - Fork 323
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
Deprecation notice for upload-artifact
when enabling debug
#2402
Comments
mbaluda
changed the title
Deprecation notice for
Deprecation notice for Aug 1, 2024
upload-artifact
upload-artifact
when enabling debug
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. |
cweider
added a commit
to cweider/courtlistener
that referenced
this issue
Oct 19, 2024
When running the CodeQL workflow, the `codeql-action/init` action lets us know that a parameter with no effect is being used: ``` Warning: The setup-python-dependencies input is deprecated and no longer has any effect. We recommend removing any references from your workflows. See https://github.blog/changelog/2024-01-23-codeql-2-16-python-dependency-installation-disabled-new-queries-and-bug-fixes/ for more information. ``` There is one other warning about `actions/upload-artifact` deprecation. This is a known issue (see github/codeql-action#2402).
cweider
added a commit
to cweider/courtlistener
that referenced
this issue
Oct 20, 2024
When running the CodeQL workflow, the `codeql-action/init` action lets us know that a parameter with no effect is being used: ``` Warning: The setup-python-dependencies input is deprecated and no longer has any effect. We recommend removing any references from your workflows. See https://github.blog/changelog/2024-01-23-codeql-2-16-python-dependency-installation-disabled-new-queries-and-bug-fixes/ for more information. ``` There is one other warning about `actions/upload-artifact` deprecation. This is a known issue (see github/codeql-action#2402).
cweider
added a commit
to cweider/courtlistener
that referenced
this issue
Oct 20, 2024
When running the CodeQL workflow, the `codeql-action/init` action lets us know that a parameter with no effect is being used: ``` Warning: The setup-python-dependencies input is deprecated and no longer has any effect. We recommend removing any references from your workflows. See https://github.blog/changelog/2024-01-23-codeql-2-16-python-dependency-installation-disabled-new-queries-and-bug-fixes/ for more information. ``` There is one other warning about `actions/upload-artifact` deprecation. This is a known issue (see github/codeql-action#2402).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When enabling
debug
in the codeql init@v3 action, I get a deprecation notice foractions/upload-artifact
that I do not get otherwiseThe text was updated successfully, but these errors were encountered: