From 4bfd6da6f185e3c1bc8c2a6d8a10d11568b4e3ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 10:00:41 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 --- .github/workflows/build-docker.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docker.yaml b/.github/workflows/build-docker.yaml index 01f1b7fd7..e6d8584fb 100644 --- a/.github/workflows/build-docker.yaml +++ b/.github/workflows/build-docker.yaml @@ -29,7 +29,7 @@ jobs: - name: ⬇️ Checkout uses: actions/checkout@v4 - name: 📦 Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 if: inputs.artifact-name && inputs.artifact-path with: name: ${{ inputs.artifact-name }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0493f48ee..1d230ac0a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: - name: ⬇️ Checkout uses: actions/checkout@v4 - name: 📦 Download license artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ inputs.license-artifact-name }} path: ${{ inputs.license-artifact-path }}