Skip to content

Commit 81b5541

Browse files
committed
ci: update ci to stop failing builds
1 parent b1ce7b6 commit 81b5541

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
name: Build with gradle
2727

2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- name: Set up JDK
31-
uses: actions/setup-java@v3
31+
uses: actions/setup-java@v4
3232
with:
3333
java-version: 21
3434
distribution: temurin
@@ -45,12 +45,7 @@ jobs:
4545
run: chmod +x gradlew
4646
- name: Build with Gradle
4747
run: ./gradlew build --no-daemon
48-
- uses: actions/upload-artifact@v3
48+
- uses: actions/upload-artifact@v4
4949
with:
5050
path: |
5151
**/build/libs/
52-
!build/libs/
53-
!**/*-dev.jar
54-
!**/*-shadow.jar
55-
!**/*-transformProduction*.jar
56-
!**/test*/

0 commit comments

Comments
 (0)