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 789bb2b commit 3ceb913
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:
script: ./gradlew connectedCheck
- name: Upload Test Results
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Test output
path: /Users/runner/work/OpeningHoursFragment/OpeningHoursFragment/lib/build/reports/androidTests/connected/flavors/debugAndroidTest
Expand Down

0 comments on commit 3ceb913

Please sign in to comment.