Skip to content

Commit

Permalink
Merge branch 'current-stable' into nextcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Feb 3, 2025
2 parents 2d1a7d3 + 08af3e3 commit 516f809
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Upload jest results
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: js-results
path: app/bibleview-js/test-report.html
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: ./gradlew --console plain testStandardGoogleplayRelease

- name: Upload test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: unit-test-results
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
script: ./gradlew --console plain connectedStandardGooglePlayDebugAndroidTest

- name: Upload test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: instrument-test-results
Expand Down

0 comments on commit 516f809

Please sign in to comment.