Skip to content

Commit

Permalink
Draft to replicate 5533 upload artifact v2 deprecated to upgrade to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev authored Sep 11, 2024
1 parent 4f4831a commit 124ef54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: sudo ./gradlew --full-stacktrace :utility:testDebugUnitTest -Dorg.gradle.java.home=$JAVA_HOME
- name: Upload Utility Test Reports
uses: actions/upload-artifact@v2
if: ${{ !cancelled() }} # IMPORTANT: Upload reports regardless of success or failure status
if: ${{ !cancelled() }} # IMPORTANT: Upload ar reports regardless of success or failure status
with:
name: utility reports
path: utility/build/reports
Expand Down

0 comments on commit 124ef54

Please sign in to comment.