From a6b70b736fe2a5e5723094701c06f0cf37785d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thies=20M=C3=B6ller?= Date: Fri, 14 Jun 2024 17:00:03 +0200 Subject: [PATCH] use correct deleter action for new uploader --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5f9935..cef3b7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -346,11 +346,11 @@ jobs: ] runs-on: ubuntu-latest steps: - - uses: geekyeggo/delete-artifact@v2 + - uses: geekyeggo/delete-artifact@v5 continue-on-error: true with: name: | Linux_x86_64_Pylon Linux_aarch64_Pylon Windows_Pylon - macOS_Pylon \ No newline at end of file + macOS_Pylon