Skip to content

Commit b5aeec9

Browse files
authored
Merge pull request #262 from modcluster/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 016ab57 + 85c1708 commit b5aeec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build with Maven
2424
run: ./mvnw --batch-mode --no-transfer-progress verify
2525
- name: Upload generated-docs
26-
uses: actions/upload-artifact@v5
26+
uses: actions/upload-artifact@v6
2727
with:
2828
name: generated-docs
2929
path: docs/target/generated-docs/*

0 commit comments

Comments
 (0)