percy / snapshot-action

[Deprecated] A GitHub action to visually test static sites with Percy
https://docs.percy.io/docs/github-actions#section-snapshot-action
MIT License
14 stars 2 forks source link

Action throws deprecation warning #14

Closed s-weigand closed 3 years ago

s-weigand commented 3 years ago

Recently this action started giving the following deprecation warning.

The `set-env` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

This can be solved by using @actions/core=^1.2.6 (see #13 ) + rebundeling and releasing the action.

Action authors who are using the toolkit should update the @actions/core package to v1.2.6 or greater to get the updated addPath and exportVariable functions.

s-weigand commented 3 years ago

Resolved, thanks a lot 😄

Robdel12 commented 3 years ago

Sorry for the slow turn around on it! Happy to get out out in any case :)