From 2a427e946eebfb03437a5093276d08d111f221d5 Mon Sep 17 00:00:00 2001 From: Serhii Prokhorenko Date: Mon, 5 Aug 2024 16:04:10 +0300 Subject: [PATCH] Update upload-release-action to v2 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c358751ffb..83f68c3a5f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: path: build/*/*.zip - name: Upload to Release if: github.event_name == 'release' - uses: svenstaro/upload-release-action@e74ff71f7d8a4c4745b560a485cc5fdb9b5b999d + uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: build/*/*.zip