From 3c9cdd6f377a64ded5a0bffaf2162447805ee8d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 00:37:29 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/download-?= =?UTF-8?q?artifact=20action=20to=20v4.1.6=20(#131)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 1e724d6..8a4b086 100644 --- a/.github/workflows/sync-dependencies.yaml +++ b/.github/workflows/sync-dependencies.yaml @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: ⤵️ Download artifact - uses: actions/download-artifact@v4.1.5 + uses: actions/download-artifact@v4.1.6 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.5 + uses: actions/download-artifact@v4.1.6 with: name: ${{ env.FILE_NAME }} path: template diff --git a/template/.github/workflows/tests.yaml b/template/.github/workflows/tests.yaml index d848657..b157212 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.5 + uses: actions/download-artifact@v4.1.6 - name: 🏗 Set up Poetry run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}