From f15269df5501e0e0f92afcd88d46f8e25c8e5ec1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 16:09:54 +0000 Subject: [PATCH] Update actions/download-artifact action to v4 --- .github/actions/download/action.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/download/action.yml b/.github/actions/download/action.yml index 97359340..b9d23aec 100644 --- a/.github/actions/download/action.yml +++ b/.github/actions/download/action.yml @@ -13,7 +13,7 @@ inputs: runs: using: composite steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: ${{ inputs.platform }}_python-${{ inputs.python_version }} path: ${{ inputs.platform }}_python-${{ inputs.python_version }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cea9593c..4d1d6438 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -163,7 +163,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 60 steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: ${{ matrix.platform.name }}_python-${{ matrix.python_version }} path: dist