From bd118f1a877b9df54a9d6c97a36666ed269ee26e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 18:35:14 +0000 Subject: [PATCH] chore(deps): update geekyeggo/delete-artifact action to v4 --- .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 aeb4fa7..d5b5c33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -195,7 +195,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: geekyeggo/delete-artifact@54ab544f12cdb7b71613a16a2b5a37a9ade990af # v2 + - uses: geekyeggo/delete-artifact@65041433121f7239077fa20be14c0690f70569de # v4 with: name: semantic-release-remote failOnError: false