From 15e6e69e05402b5ec2c5cba231b0b1e055d5ac4d Mon Sep 17 00:00:00 2001 From: Vincent Leroy Date: Wed, 4 Sep 2024 13:15:45 +0200 Subject: [PATCH] Bump download-artifact action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1288c7..4ce3837 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - run: python -m pip install --upgrade coverage[toml] - name: Download coverage data - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: coverage-data