Skip to content

Commit 9a58247

Browse files
authored
Merge pull request #77 from not-coded/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v6
2 parents e6006b5 + a002463 commit 9a58247

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
@@ -49,7 +49,7 @@ jobs:
4949
- name: build
5050
run: ./gradlew chiseledBuild --build-cache --no-configuration-cache
5151
- name: capture build artifacts
52-
uses: actions/upload-artifact@v5
52+
uses: actions/upload-artifact@v6
5353
with:
5454
name: Artifacts
5555
path: build/libs/

0 commit comments

Comments
 (0)