Skip to content

Commit 2ffda3a

Browse files
chore(deps): update actions/upload-artifact action to v5 (#85)
1 parent 8623f09 commit 2ffda3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Upload test reports
3535
if: always()
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v5
3737
with:
3838
name: test-reports
3939
path: app/build/reports/tests/testDebugUnitTest/

0 commit comments

Comments
 (0)