Skip to content

Commit 4f44c87

Browse files
Fix CI issue
1 parent 942c930 commit 4f44c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build
3333
run: ./gradlew assemble
3434
- name: Upload artifacts
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: build-artifacts
3838
path: |

0 commit comments

Comments
 (0)