From c363652d637c8ca811af9590a07913cbc5184238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 19:47:53 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.4.3 to 4.6.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882...4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-variant.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-variant.yaml b/.github/workflows/ci-variant.yaml index 7fbf1f8..acb9e58 100644 --- a/.github/workflows/ci-variant.yaml +++ b/.github/workflows/ci-variant.yaml @@ -38,7 +38,7 @@ jobs: - name: Upload digests to artifacts uses: # yamllint disable-line rule:line-length - actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: digests-${{ inputs.name }} path: output diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 108099e..099d49e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,7 +69,7 @@ jobs: - name: Upload variants to artifacts uses: # yamllint disable-line rule:line-length - actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: variants path: output