From 9f69709a2a554c3a1555b3069ec878ceac62993f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:13:06 +0100 Subject: [PATCH] Bump ncipollo/release-action from 1.13.0 to 1.14.0 (#3369) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 ed6fd3cc3..fdfaac8f0 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.13.0 + - uses: ncipollo/release-action@v1.14.0 with: artifacts: "typst-${{ matrix.target }}.*" allowUpdates: true