From 90165065fc1b04989803d4ac23f725f5d0c2344a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 13:30:02 +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 01f1b7fd..e6d8584f 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 0493f48e..1d230ac0 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 }}