Skip to content

Commit 01b2c53

Browse files
authored
Merge pull request #936 from modcluster/dependabot/github_actions/actions/upload-artifact-5
Build(deps): Bump actions/upload-artifact from 4 to 5
2 parents 8a90668 + 9bf944d commit 01b2c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: ./mvnw --batch-mode --no-transfer-progress --activate-profiles=coverage verify
4242
- name: Upload JaCoCo report
4343
if: ${{ matrix.java == '17' && matrix.os == 'ubuntu-latest' }}
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v5
4545
with:
4646
name: jacoco
4747
path: code-coverage/target/site/jacoco-aggregate/
@@ -51,7 +51,7 @@ jobs:
5151
run: ./mvnw --batch-mode --no-transfer-progress --define skipTests=true verify javadoc:aggregate
5252
- name: Upload aggregate Javadoc
5353
if: ${{ matrix.java == '17' && matrix.os == 'ubuntu-latest' }}
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v5
5555
with:
5656
name: apidocs
5757
path: target/reports/apidocs/

0 commit comments

Comments
 (0)