Skip to content

Commit 43c9cfb

Browse files
committed
Update build workflow to use latest upload artifacts action
1 parent c787e5b commit 43c9cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: ./gradlew build
3737
- name: capture build artifacts
3838
if: ${{ runner.os == 'Linux' && matrix.java == '21' }} # Only upload artifacts built from latest java on one OS
39-
uses: actions/upload-artifact@v2
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: Artifacts
4242
path: build/libs/

0 commit comments

Comments
 (0)