diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index b9ada22..3c7a377 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -90,7 +90,7 @@ jobs: run: echo "IMAGE_TAG=${BRANCH}_terraform-${{ matrix.tf_version }}_azcli-${{ matrix.azcli_version }}" >> $GITHUB_ENV - name: Download image artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: ${{ env.IMAGE_NAME }}_${{ env.IMAGE_TAG }}