Skip to content

Commit 1628c98

Browse files
committed
Update to latest GHA artifact action
1 parent 59d8539 commit 1628c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build & test the full distributable
2727
run: ./gradlew distTest
2828

29-
- uses: actions/upload-artifact@v3
29+
- uses: actions/upload-artifact@v4
3030
with:
3131
name: distributables
3232
path: build/libs/*-dist.jar

0 commit comments

Comments
 (0)