Skip to content

Commit 9b03130

Browse files
Update actions/upload-artifact action to v5 (#249)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ecdc967 commit 9b03130

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Clean Build
1818
run: ./gradlew clean build
1919
- name: Archive Artifacts
20-
uses: actions/upload-artifact@v4
20+
uses: actions/upload-artifact@v5
2121
with:
2222
name: PlotHider-SNAPSHOT
2323
path: build/libs/*-SNAPSHOT.jar

0 commit comments

Comments
 (0)