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

Update the set-output command (deprecation warning) #351

Closed
jo-tools opened this issue Oct 11, 2022 · 0 comments · Fixed by #356
Closed

Update the set-output command (deprecation warning) #351

jo-tools opened this issue Oct 11, 2022 · 0 comments · Fixed by #356
Labels
enhancement New feature or request

Comments

@jo-tools
Copy link

jo-tools commented Oct 11, 2022

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/

@jo-tools jo-tools added the enhancement New feature or request label Oct 11, 2022
@jo-tools jo-tools changed the title Update the set-output command Update the set-output command (deprecation warning) Oct 11, 2022
jeremyckahn added a commit to jeremyckahn/farmhand that referenced this issue Dec 29, 2022
jeremyckahn added a commit to jeremyckahn/farmhand that referenced this issue Dec 30, 2022
* chore: use node 18

- Required upgrade to node-sass 8.0.0
- Required --openssl-legacy-provider
  - See: https://nodejs.org/en/blog/release/v17.0.0/#openssl-3-0
  - See: https://stackoverflow.com/a/69699772
  - See: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

* fix: use --openssl-legacy-provider for build

* fix: update to non-deprecated MUI APIs

- See: actions/upload-artifact#351

- See: dorny/test-reporter#219

* chore: unpin GitHub action versions
wiese added a commit to wiese/jaslmus that referenced this issue Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant