Skip to content

Commit 3501f5c

Browse files
authored
Update upload artifact step.
Knowing myself this is not gonna work.
1 parent 30e21df commit 3501f5c

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
@@ -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.6.0
3838
with:
3939
name: Artifacts
40-
path: build/libs/
40+
path: build/libs/

0 commit comments

Comments
 (0)