Skip to content

Commit e8ca3a9

Browse files
authored
Merge pull request #259 from modcluster/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 2f872e3 + 3063131 commit e8ca3a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v4
26+
uses: actions/upload-artifact@v5
2727
with:
2828
name: generated-docs
2929
path: docs/target/generated-docs/*

0 commit comments

Comments
 (0)