From 8609f902a087d6880ab547fefd177b5dd70beed5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 02:07:44 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/download-?= =?UTF-8?q?artifact=20action=20to=20v4.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sync-dependencies.yaml | 4 ++-- template/.github/workflows/tests.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-dependencies.yaml b/.github/workflows/sync-dependencies.yaml index 7b167bc..37276a8 100644 --- a/.github/workflows/sync-dependencies.yaml +++ b/.github/workflows/sync-dependencies.yaml @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v4.1.3 - name: ⤵️ Download artifact - uses: actions/download-artifact@v4.1.6 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.FILE_NAME }} path: template @@ -98,7 +98,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: ⤵️ Download artifact - uses: actions/download-artifact@v4.1.6 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.FILE_NAME }} path: template diff --git a/template/.github/workflows/tests.yaml b/template/.github/workflows/tests.yaml index bd36eba..7f5b259 100644 --- a/template/.github/workflows/tests.yaml +++ b/template/.github/workflows/tests.yaml @@ -51,7 +51,7 @@ jobs: with: fetch-depth: 0 - name: ⬇️ Download coverage data - uses: actions/download-artifact@v4.1.6 + uses: actions/download-artifact@v4.1.7 - name: 🏗 Set up Poetry run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}