From 79c0f0ed6f71158d311185e09188af10f4973e6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:04:56 +0100 Subject: [PATCH] Bump ncipollo/release-action from 1.12.0 to 1.13.0 (#2778) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e7156e4a..abd0c334e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: tar cJf $directory.tar.xz $directory fi - - uses: ncipollo/release-action@v1.12.0 + - uses: ncipollo/release-action@v1.13.0 with: artifacts: "typst-${{ matrix.target }}.*" allowUpdates: true