Skip to content

Commit 6b33efe

Browse files
committed
Fix workflow
(again)
1 parent 43cd633 commit 6b33efe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)