Skip to content

Commit 7e5da5c

Browse files
Bump actions/upload-artifact from 4 to 5 in the github-actions group (#529)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e4e226 commit 7e5da5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
FIREBASE_TOKEN: '1//03I37hFeN4kn3CgYIARAAGAMSNwF-L9IrUvqofZbhOkS8YMtQBhw_bu2TpWYC5MHvnaZDsWPP0KJMypXPyoxogkl8A6p2RxPJQwQ'
3939
run: ./scripts/ci_test.sh
4040
- name: Upload test artifacts
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v5
4242
if: steps.build.outcome == 'success'
4343
with:
4444
path: '**/test_frontend_assets/'

0 commit comments

Comments
 (0)