Skip to content

Commit 0256e99

Browse files
committed
Workflow Update
1 parent 92b852d commit 0256e99

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
@@ -35,7 +35,7 @@ jobs:
3535
run: ./gradlew build
3636
- name: capture build artifacts
3737
if: ${{ runner.os == 'Linux' && matrix.java == '21' }} # Only upload artifacts built from latest java on one OS
38-
uses: actions/upload-artifact@v5
38+
uses: actions/upload-artifact@v6
3939
with:
4040
name: Artifacts
4141
path: build/libs/

0 commit comments

Comments
 (0)