Closed WreckingBANG2 closed 1 year ago
I implemented upload-artifact@3.1.1 but i am still getting the warning that set-output will deprecate soon
No warning.
This is my workflow file:
name: "Build Commit" on: push
name:
jobs: build: runs-on: ubuntu-latest steps:
uses: actions/checkout@v2
uses: actions/setup-java@v2 with: distribution: temurin java-version: 17.0.4
uses: gradle/gradle-build-action@v2
run: ./gradlew build
uses: actions/upload-artifact@v3.1.1 with: name: build-output-apk path: app/build/outputs/apk/debug/app-debug.apk
app/build/outputs/apk/debug/app-debug.apk
No response
v3.1.1
linux
My Mistake. Was from checkout@v2
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: pushjobs: build: runs-on: ubuntu-latest steps:
uses: actions/checkout@v2
uses: actions/setup-java@v2 with: distribution: temurin java-version: 17.0.4
uses: gradle/gradle-build-action@v2
run: ./gradlew build
uses: actions/upload-artifact@v3.1.1 with: name: build-output-apk path:
app/build/outputs/apk/debug/app-debug.apk
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