Skip to content

Commit dcf6118

Browse files
build fix?
1 parent ceb2c3d commit dcf6118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: ./gradlew build
3434
- name: capture build artifacts
3535
if: ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from latest java on one OS
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: Artifacts
39-
path: build/libs/
39+
path: build/libs/

0 commit comments

Comments
 (0)