Skip to content

Commit 4d0edac

Browse files
authored
Merge pull request #957 from modcluster/dependabot/github_actions/actions/upload-artifact-7
Build(deps): Bump actions/upload-artifact from 6 to 7
2 parents d908ecb + 66a57a3 commit 4d0edac

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@v6
44+
uses: actions/upload-artifact@v7
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@v6
54+
uses: actions/upload-artifact@v7
5555
with:
5656
name: apidocs
5757
path: target/reports/apidocs/

0 commit comments

Comments
 (0)