From 5c91058a165f22e6d475941c4d4ee2920e446ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:56:12 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [docker/login-action](https://github.com/docker/login-action), [docker/metadata-action](https://github.com/docker/metadata-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) Updates `docker/metadata-action` from 5 to 6 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5...v6) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-push-artifacts.yaml | 4 ++-- .github/workflows/tox.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-push-artifacts.yaml b/.github/workflows/build-push-artifacts.yaml index b654da886..66037ca05 100644 --- a/.github/workflows/build-push-artifacts.yaml +++ b/.github/workflows/build-push-artifacts.yaml @@ -46,7 +46,7 @@ jobs: ref: ${{ inputs.ref || github.ref }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -58,7 +58,7 @@ jobs: - name: Calculate metadata for image id: image-meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ghcr.io/azimuth-cloud/zenith-${{ matrix.component }} # Produce the branch name or tag and the SHA as tags diff --git a/.github/workflows/tox.yaml b/.github/workflows/tox.yaml index 3e7f40989..2fb353d47 100644 --- a/.github/workflows/tox.yaml +++ b/.github/workflows/tox.yaml @@ -44,7 +44,7 @@ jobs: - name: Archive coverage results if: success() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: "coverage-${{ matrix.subdir }}-${{ matrix.python-version }}" path: ${{ matrix.subdir }}/cover/