From 182367def43f9449968a90d48fa0e5c96ae7b0b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:09:53 +0000 Subject: [PATCH] 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/image_build_push_native.yaml | 2 +- .github/workflows/lint-create-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image_build_push_native.yaml b/.github/workflows/image_build_push_native.yaml index b7df3b40..44be87f7 100644 --- a/.github/workflows/image_build_push_native.yaml +++ b/.github/workflows/image_build_push_native.yaml @@ -161,7 +161,7 @@ jobs: touch "${{ runner.temp }}/digests/${digest#sha256:}" - name: Upload digest - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: digests-${{ env.PLATFORM_PAIR }} path: ${{ runner.temp }}/digests/* diff --git a/.github/workflows/lint-create-config.yaml b/.github/workflows/lint-create-config.yaml index c4183a5d..93251906 100644 --- a/.github/workflows/lint-create-config.yaml +++ b/.github/workflows/lint-create-config.yaml @@ -55,7 +55,7 @@ jobs: echo "known_first_party=${{ inputs.python-module-name }}" >> .github/linters/.isort.cfg fi - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: linters-config path: |