From ace3779ee2ce405fbf1ef5d56f9bf2634524f9a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:18:35 +0000 Subject: [PATCH] Update geekyeggo/delete-artifact action to v5 --- .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 a2f554e..afdd839 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: ${{steps.download.outputs.download-path}}/${{ github.run_number }}-coverage-*/coverage.xml:coverage.py - name: 🗑 Delete artifacts within the workflow run - uses: geekyeggo/delete-artifact@v4 + uses: geekyeggo/delete-artifact@v5 if: always() with: name: ${{ github.run_number }}-coverage-*