Upgrade actions/upload-artifact to @v4

Increase browser test timeout to 300 seconds
This commit is contained in:
Abe Pazos
2025-07-17 17:53:09 +02:00
parent fc2a750720
commit 9f0f986442
2 changed files with 3 additions and 4 deletions

View File

@@ -50,8 +50,8 @@ jobs:
run: ./gradlew build
- name: Upload Test Report
if: failure()
uses: actions/upload-artifact@v3
if: ${{ cancelled() }}
uses: actions/upload-artifact@v4
with:
name: reports
path: |

View File

@@ -1,8 +1,7 @@
config.set({
client: {
mocha: {
timeout: 30000
timeout: 300000
}
}
});