From 4dc8c115a025706a408c8b965818d2b471c59d07 Mon Sep 17 00:00:00 2001 From: Henri Lefebvre Date: Fri, 24 Jan 2025 13:33:07 +0100 Subject: [PATCH] update actions/download-artifact# --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d7d122f9..c1429876 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -184,7 +184,7 @@ jobs: - uses: actions/checkout@v3 - name: Download a single artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: coverage