From 16ebdf41f6b017043245aa264af5202dfb67d313 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 17:44:32 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/download-?= =?UTF-8?q?artifact=20action=20to=20v4.1.8=20(#672)?= 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/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index b68e4d0..82d5ac9 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -51,7 +51,7 @@ jobs: with: fetch-depth: 0 - name: ⬇️ Download coverage data - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 - name: 🏗 Set up Poetry run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}