Skip to content

Commit 5e2c16c

Browse files
committed
Fix github action
1 parent f7f68ad commit 5e2c16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/gradle.yml renamed to .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache: 'gradle'
1919
- name: Build with Gradle
2020
run: ./gradlew clean build test
21-
- uses: actions/upload-artifact@v2-preview
21+
- uses: actions/upload-artifact@v4
2222
with:
2323
name: artifact
2424
path: build/libs/*

0 commit comments

Comments
 (0)