We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4e226 commit 7e5da5cCopy full SHA for 7e5da5c
.github/workflows/workflow.yml
@@ -38,7 +38,7 @@ jobs:
38
FIREBASE_TOKEN: '1//03I37hFeN4kn3CgYIARAAGAMSNwF-L9IrUvqofZbhOkS8YMtQBhw_bu2TpWYC5MHvnaZDsWPP0KJMypXPyoxogkl8A6p2RxPJQwQ'
39
run: ./scripts/ci_test.sh
40
- name: Upload test artifacts
41
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
42
if: steps.build.outcome == 'success'
43
with:
44
path: '**/test_frontend_assets/'
0 commit comments