Skip to content

Commit

Permalink
Bump GHA dependencies to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
fibelatti committed Jan 13, 2024
1 parent d28412f commit 3673cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Upload Pinboard API APK
if: success()
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.1.0
with:
path: app/build/outputs/apk/pinboardapi/debug/*.apk

Expand All @@ -53,7 +53,7 @@ jobs:
uses: ./.github/actions/setup-android-build

- name: Run instrumented tests
uses: reactivecircus/android-emulator-runner@v2.28.0
uses: reactivecircus/android-emulator-runner@v2.29.0
with:
api-level: 30
arch: x86_64
Expand Down

0 comments on commit 3673cfb

Please sign in to comment.