From 1389a057e447d0fc02e8427eb20fed1a69191063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 07:36:03 +0000 Subject: [PATCH] chore(ci)(deps): bump actions/upload-artifact from 4.4.0 to 5.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.0...v5.0.0) --- 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] --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 29e86c2..61c95b1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,7 +74,7 @@ jobs: uses: github/codeql-action/analyze@v3 - name: Upload coverage reports # Kept artifact upload - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v5.0.0 with: name: coverage-report path: coverage/ # Upload the whole coverage directory @@ -125,7 +125,7 @@ jobs: echo "artifact_path=$ARTIFACT_NAME" >> $GITHUB_OUTPUT - name: Upload build artifact for release job - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v5.0.0 with: name: release-artifact path: ${{ steps.archive_build.outputs.artifact_path }}