From f062c793e45fa2f5a070edb5f3f119e4cdba0b3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Dec 2022 12:26:47 +0100 Subject: [PATCH] Bump ncipollo/release-action from 1.11.2 to 1.12.0 (#4229) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d87923b8..9528bf3b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -251,7 +251,7 @@ jobs: path: release-artifacts/ - name: Create release - uses: ncipollo/release-action@v1.11.2 + uses: ncipollo/release-action@v1.12.0 with: removeArtifacts: true allowUpdates: true