From 816af5186e91c300efbd37de4d44ef14bf9e10c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 19:42:56 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.0.0 to 6.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/c7d193f32edcb7bfad88892161225aeda64e9392...b7c566a772e6b6bfb58ed0dc250532a479d7789f) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d6e7880..a725184c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: jacoco-csv-file: target/site/jacoco/jacoco.csv - name: Upload JaCoCo coverage report - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 #v4 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f #v4 with: name: jacoco-coverage-report path: target/site/jacoco