diff --git a/.github/workflows/ci-scripted-strategy.json b/.github/workflows/ci-scripted-strategy.json index 5b75ee0..5a659fd 100644 --- a/.github/workflows/ci-scripted-strategy.json +++ b/.github/workflows/ci-scripted-strategy.json @@ -8,6 +8,7 @@ ], "include": [ { + "name": "a", "compatible": "backward", "azure_cli_version": "latest", "destroy": true, @@ -18,6 +19,7 @@ "upgrade_azure_cli": false }, { + "name": "b", "compatible": "forward", "azure_cli_version": "latest", "destroy": true, diff --git a/.github/workflows/ci-scripted.yml b/.github/workflows/ci-scripted.yml index 34ec55d..538348a 100644 --- a/.github/workflows/ci-scripted.yml +++ b/.github/workflows/ci-scripted.yml @@ -290,10 +290,10 @@ jobs: continue-on-error: ${{ matrix.ignore_destroy_failure }} - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ matrix.terraform_apply }} with: - name: terraform + name: terraform${{ matrix.name }} path: 'terraform' - name: Teardown diff --git a/.github/workflows/ci-vanilla.yml b/.github/workflows/ci-vanilla.yml index 739ff1e..163b2c4 100644 --- a/.github/workflows/ci-vanilla.yml +++ b/.github/workflows/ci-vanilla.yml @@ -59,7 +59,7 @@ jobs: dotnet test --no-build --verbosity normal popd - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ${{ env.FUNCTIONS_ARTIFACT_NAME }} path: '${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}/bin/publish' @@ -76,7 +76,7 @@ jobs: uses: actions/checkout@v2 - name: Download artifacts from previous job - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: ${{ env.FUNCTIONS_ARTIFACT_NAME }} path: '${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}/bin/publish' @@ -197,7 +197,7 @@ jobs: shell: pwsh - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: terraform path: 'terraform'