diff --git a/.github/workflows/release-aar.yml b/.github/workflows/release-aar.yml index c9684f5..4863671 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@efb35369e0ad2afab669f228072c1b0d510eae64 # v3 with: files: dist/*.aar name: cobs_codec ${{ steps.stage.outputs.version }}