Skip to content

Commit af67b02

Browse files
committed
ci: update upload-artifacts as it was failing builds
1 parent c70ce00 commit af67b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: chmod +x gradlew
4848
- name: Build with Gradle
4949
run: ./gradlew build --no-daemon
50-
- uses: actions/upload-artifact@v3
50+
- uses: actions/upload-artifact@v4
5151
with:
5252
name: debugify-artifacts
5353
path: build/libs/*.jar

0 commit comments

Comments
 (0)