Skip to content

Commit

Permalink
Upgrade to v4 of upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Sep 9, 2024
1 parent 90ab78b commit 5948c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: ./gradlew testCurrentDebugUnitTest
- name: Upload Test Results
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Test output
path: $GITHUB_WORKSPACE/build/reports/tests/testCurrentDebugUnitTest/
Expand Down

0 comments on commit 5948c1f

Please sign in to comment.