Skip to content

Commit 0cf8acb

Browse files
Update actions/upload-artifact action to v5
1 parent b6bdbec commit 0cf8acb

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

0 commit comments

Comments
 (0)