From b2cc795436325dff1fd6e57d6e1220445085d88d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:55:55 +0000 Subject: [PATCH] chore(deps): bump the dev-dependencies group Bumps the dev-dependencies group in /templates/Coalesce.Vue.Template/content/.github/workflows with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). 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) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- .../content/.github/workflows/build-test-and-deploy.yml | 4 ++-- .../content/.github/workflows/terraform.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/Coalesce.Vue.Template/content/.github/workflows/build-test-and-deploy.yml b/templates/Coalesce.Vue.Template/content/.github/workflows/build-test-and-deploy.yml index 4589c3ed5..890cb26a2 100644 --- a/templates/Coalesce.Vue.Template/content/.github/workflows/build-test-and-deploy.yml +++ b/templates/Coalesce.Vue.Template/content/.github/workflows/build-test-and-deploy.yml @@ -81,7 +81,7 @@ jobs: - name: Upload artifact for deployment if: github.event_name != 'pull_request' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: web-app path: ${{ github.workspace }}/publish @@ -133,7 +133,7 @@ jobs: steps: - name: Download artifact for deployment - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: web-app diff --git a/templates/Coalesce.Vue.Template/content/.github/workflows/terraform.yml b/templates/Coalesce.Vue.Template/content/.github/workflows/terraform.yml index ef654e8c9..b7f76a267 100644 --- a/templates/Coalesce.Vue.Template/content/.github/workflows/terraform.yml +++ b/templates/Coalesce.Vue.Template/content/.github/workflows/terraform.yml @@ -138,7 +138,7 @@ jobs: - name: Upload Plan if: github.event_name == 'workflow_dispatch' && steps.plan.outputs.exitcode == 2 - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: tfplan path: terraform/tfplan @@ -168,7 +168,7 @@ jobs: run: terraform init - name: Download Plan - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: tfplan path: terraform