From 796f5c879594086cd571bc594f5479c58ee4025c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 08:37:13 +0000 Subject: [PATCH] chore(ci)(deps): bump actions/upload-artifact from 4.3.4 to 4.6.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.4...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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..f79f9b3 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@v4.6.2 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@v4.6.2 with: name: release-artifact path: ${{ steps.archive_build.outputs.artifact_path }}