Skip to content

Commit f0b5280

Browse files
committed
fix pipeline
1 parent a200fcf commit f0b5280

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
1312
permissions:
1413
contents: read
@@ -25,7 +24,7 @@ jobs:
2524
- name: Build with Gradle
2625
run: ./gradlew build
2726
- name: Upload jar
28-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2928
with:
3029
name: Artifacts
3130
path: build/libs/*.jar

0 commit comments

Comments
 (0)