From bfa90810a6837b8dbc70dbf797b7c39dfe335b68 Mon Sep 17 00:00:00 2001 From: Rohan Kapoor Date: Wed, 16 Aug 2023 00:36:46 -0700 Subject: [PATCH] Update release.yml workflow to use newer actions --- .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 87dc9cd..79106a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: # Upload build file to the releas as an asset. - name: Upload zip to release - uses: svenstaro/upload-release-action@v1-release + uses: svenstaro/upload-release-action@v2-release with: repo_token: ${{ secrets.GITHUB_TOKEN }}