diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 9463b84..c1e775d 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -125,7 +125,7 @@ jobs: run: echo "::notice title=Concurrency Condition::${{ inputs.custom_tag || inputs.deployment_env }}-${{ github.head_ref || github.run_id }}" - name: Download a single artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 if: ${{ inputs.artifact_name }} with: name: ${{ inputs.artifact_name }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b89918d..00cadf7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: ref: ${{ github.ref_name }} - name: Download a single artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 if: ${{ inputs.artifact_name }} with: name: ${{ inputs.artifact_name }}