-
Notifications
You must be signed in to change notification settings - Fork 67
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
release build: remove deprecated actions which use set-output
#3665
Comments
sven-dmlr
changed the title
release build: remove deprecated action which use
release build: remove deprecated actions which use Nov 28, 2024
set-output
set-output
sven-dmlr
added a commit
that referenced
this issue
Nov 28, 2024
sven-dmlr
added a commit
that referenced
this issue
Nov 28, 2024
plus temporarily disabled container builds
sven-dmlr
added a commit
that referenced
this issue
Nov 28, 2024
sven-dmlr
added a commit
that referenced
this issue
Nov 28, 2024
sven-dmlr
added a commit
that referenced
this issue
Nov 28, 2024
sven-dmlr
added a commit
that referenced
this issue
Nov 28, 2024
sven-dmlr
added a commit
that referenced
this issue
Nov 28, 2024
sven-dmlr
added a commit
that referenced
this issue
Nov 28, 2024
sven-dmlr
added a commit
that referenced
this issue
Nov 29, 2024
sven-dmlr
added a commit
that referenced
this issue
Nov 29, 2024
sven-dmlr
added a commit
that referenced
this issue
Nov 29, 2024
sven-dmlr
added a commit
that referenced
this issue
Nov 29, 2024
sven-dmlr
added a commit
that referenced
this issue
Nov 29, 2024
sven-dmlr
added a commit
that referenced
this issue
Nov 29, 2024
sven-dmlr
added a commit
that referenced
this issue
Nov 29, 2024
sven-dmlr
added a commit
that referenced
this issue
Nov 29, 2024
sven-dmlr
added a commit
that referenced
this issue
Nov 29, 2024
…cated-actions Feature 3665 remove deprecated actions #3665
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Situation
Since a long time we get deprecation warnings like this:
Additional warning:
This is because these deprecated actions are used:
actions/create-release
andactions/upload-release-asset
Wanted
Eliminate the use of
actions/create-release
andactions/upload-release-asset
in all our Actions workflows.Solution
Use
hub
instead to create releases.The text was updated successfully, but these errors were encountered: