From 4ca1bcef36d2ed298ef8f7cd84330f510c03ff51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:40:40 -0400 Subject: [PATCH] Bump softprops/action-gh-release from 1 to 2 (#103) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f322e98..537e852 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: git archive --prefix pyapp-${{ github.ref_name }}/ -o source.zip HEAD - name: Add source archives to current release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: |- source.tar.gz