actions / upload-artifact

MIT License
3.26k stars 739 forks source link

Still getting "set-output deprecated warning" after upload-artifact@3.1.1[bug] #390

Closed WreckingBANG2 closed 1 year ago

WreckingBANG2 commented 1 year ago

What happened?

I implemented upload-artifact@3.1.1 but i am still getting the warning that set-output will deprecate soon

What did you expect to happen?

No warning.

How can we reproduce it?

This is my workflow file:

name: "Build Commit" on: push

jobs: build: runs-on: ubuntu-latest steps:

Anything else we need to know?

No response

What version of the action are you using?

v3.1.1

What are your runner environments?

linux

Are you on GitHub Enterprise Server? If so, what version?

No response

WreckingBANG2 commented 1 year ago

My Mistake. Was from checkout@v2