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

set-output is deprecated #292

Closed
AngellusMortis opened this issue Oct 13, 2022 · 1 comment
Closed

set-output is deprecated #292

AngellusMortis opened this issue Oct 13, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@AngellusMortis
Copy link

AngellusMortis commented Oct 13, 2022

TL;DR

Running the google-github-actions/upload-cloud-storage@v0 action produces the following warning:

Warning: 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/

Link from message: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Expected behavior

Warning should not occur.

Observed behavior

No response

Action YAML

on:
  workflow_dispatch:

jobs:
  static:
    runs-on: ubuntu-latest

    steps:
    - id: 'upload-file'
      uses: 'google-github-actions/upload-cloud-storage@v0'
      with:
        path: './path/to/file'
        destination: 'bucket'

Log output

No response

Additional information

No response

@AngellusMortis AngellusMortis added the bug Something isn't working label Oct 13, 2022
@bharathkkb
Copy link
Contributor

This should be fixed via #293

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants