-
Notifications
You must be signed in to change notification settings - Fork 882
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
What would you like to be added?
- name: Upload Artifacts
uses: actions/upload-artifact@v3
When using this Action in a Workflow, GitHub displays a warning:
The 'set-output' command is deprecated and will be disabled soon.
So the set-output
command should be updated... so that no warning of deprecations are being displayed.
Why is this needed?
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/
larshp, maxkratz, art-in, adepierre, Daveiano and 14 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request