Skip to content

Commit 9bf944d

Browse files
Build(deps): Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a90668 commit 9bf944d

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)