Skip to content

Commit a6eb743

Browse files
Bump actions/upload-artifact from 4.0.0 to 5.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@c7d193f...330a01c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e78d852 commit a6eb743

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
@@ -74,7 +74,7 @@ jobs:
7474
jacoco-csv-file: target/site/jacoco/jacoco.csv
7575

7676
- name: Upload JaCoCo coverage report
77-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 #v4
77+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v4
7878
with:
7979
name: jacoco-coverage-report
8080
path: target/site/jacoco

0 commit comments

Comments
 (0)