From 38ef2e50f35e17cdfe4dce2812fd603345c92239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 08:05:33 +0000 Subject: [PATCH] chore(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](https://github.com/actions/upload-artifact/compare/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] --- .github/workflows/code-health.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-health.yml b/.github/workflows/code-health.yml index 8f60c35..4082ad9 100644 --- a/.github/workflows/code-health.yml +++ b/.github/workflows/code-health.yml @@ -60,7 +60,7 @@ jobs: if: always() && matrix.os == 'ubuntu-latest' - name: Upload coverage file if: matrix.os == 'ubuntu-latest' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: unit-coverage-file path: coverage.out @@ -103,7 +103,7 @@ jobs: if: always() && matrix.os == 'ubuntu-latest' - name: Upload e2e coverage file if: matrix.os == 'ubuntu-latest' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: e2e-coverage-file path: e2e-coverage.out