From 06f21c40fb991263c1d8ed52ebb0dd7992c8adef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 11:44:55 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/download-?= =?UTF-8?q?artifact=20action=20to=20v5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 8980d193..ec492c5b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -54,7 +54,7 @@ jobs: with: fetch-depth: 0 - name: ⬇️ Download coverage data - uses: actions/download-artifact@v4.3.0 + uses: actions/download-artifact@v5.0.0 - name: 🏗 Set up Poetry run: pipx install poetry - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}