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