From 713f2f5c6ad73b60f4e744d800ad980509c2ee5d Mon Sep 17 00:00:00 2001 From: Alfie John Date: Wed, 13 Nov 2024 18:26:56 +1100 Subject: [PATCH] chore: swap deprecated actions/upload-release-assets to shogo82148/actions-upload-release-asset --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35bbf0a657a..7e4e637b75d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1002,7 +1002,7 @@ jobs: tar -czvf $ZIP_FILE_NAME ./forc-binaries - name: Archive forc binaries - uses: actions/upload-release-asset@v1 + uses: shogo82148/actions-upload-release-asset@v1 env: GITHUB_TOKEN: ${{ github.token }} with: