From bccafad79e4d86d182cf82cdbaeb223304fdc418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 06:59:02 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-auto.yml | 2 +- .github/workflows/build-manual.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-auto.yml b/.github/workflows/build-auto.yml index 777d6c7..a895d6e 100644 --- a/.github/workflows/build-auto.yml +++ b/.github/workflows/build-auto.yml @@ -73,7 +73,7 @@ jobs: kolla-build --config-file ${{ matrix.release }}/kolla-build.conf --template-override ${{ matrix.release }}/template-overrides.j2 --profile main --push - name: Upload templates - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: templates-${{ steps.release_name.outputs.name }}-main diff --git a/.github/workflows/build-manual.yml b/.github/workflows/build-manual.yml index 881b468..80fe7f0 100644 --- a/.github/workflows/build-manual.yml +++ b/.github/workflows/build-manual.yml @@ -83,7 +83,7 @@ jobs: kolla-build --config-file releases/${{ github.event.inputs.os }}/kolla-build.conf --template-override releases/${{ github.event.inputs.os }}/template-overrides.j2 --profile ${{ github.event.inputs.profile }} --push - name: Upload templates - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: templates-${{ github.event.inputs.os }}-${{ github.event.inputs.profile }} @@ -140,7 +140,7 @@ jobs: kolla-build --config-file releases/${{ github.event.inputs.os }}/kolla-build.conf --template-override releases/${{ github.event.inputs.os }}/template-overrides.j2 --profile ${{ github.event.inputs.profile }} --platform linux/arm64 --base-arch aarch64 --tag ${{ github.event.inputs.os }}-arm64 --push - name: Upload templates - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: templates-${{ github.event.inputs.os }}-${{ github.event.inputs.profile }}