diff --git a/.github/workflows/release-aar.yml b/.github/workflows/release-aar.yml index c9684f5..5814633 100644 --- a/.github/workflows/release-aar.yml +++ b/.github/workflows/release-aar.yml @@ -39,7 +39,7 @@ jobs: path: dist/*.aar - name: Attach to GitHub release if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: files: dist/*.aar name: cobs_codec ${{ steps.stage.outputs.version }}