Skip to content
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

Closed
sven-dmlr opened this issue Nov 27, 2024 · 0 comments · Fixed by #3690
Closed

release build: remove deprecated actions which use set-output #3665

sven-dmlr opened this issue Nov 27, 2024 · 0 comments · Fixed by #3690
Assignees

Comments

@sven-dmlr
Copy link
Member

sven-dmlr commented Nov 27, 2024

Situation

Since a long time we get deprecation warnings like this:

Create releases
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files.
For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Additional warning:

Create releases
The following actions uses node12 which is deprecated and will be forced to run on node16:
actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e,
actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5.
For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

This is because these deprecated actions are used: actions/create-release and actions/upload-release-asset

Wanted

Eliminate the use of actions/create-release and actions/upload-release-asset in all our Actions workflows.

Solution

Use hub instead to create releases.

@sven-dmlr sven-dmlr self-assigned this Nov 27, 2024
@sven-dmlr sven-dmlr changed the title release build: remove deprecated action which use set-output release build: remove deprecated actions which use set-output 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 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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant