Skip to content

Commit

Permalink
Merge pull request #495
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmichalik authored Dec 14, 2023
2 parents 63007a1 + 8da883e commit 4a97909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-debug-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
distribution: zulu
- uses: gradle/gradle-build-action@v2
- run: ./gradlew assembleDebug
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Debug APK
path: sample/build/outputs/apk/debug/**.apk
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- id: paparazzi
if: ${{ success() || steps.unit-tests.conclusion == 'failure' }}
run: ./gradlew sample:verifyPaparazziDebug
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() && steps.paparazzi.conclusion == 'failure' }}
with:
name: Paparazzi deltas
Expand Down

0 comments on commit 4a97909

Please sign in to comment.