Skip to content

Commit 192aa46

Browse files
committed
Upload artifact action update
1 parent 450b7d1 commit 192aa46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commitTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
chmod +x ./gradlew
2121
./gradlew deploy
2222
- name: Upload built jar file
23-
uses: actions/upload-artifact@v2
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: ${{ github.event.repository.name }}
2626
path: build/libs/${{ github.event.repository.name }}.jar

0 commit comments

Comments
 (0)