diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2c51e3..02ef467 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,7 +160,7 @@ jobs: path: androidApp/build/outputs/apk/release/*.apk - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: startsWith(github.ref, 'refs/tags/') with: files: androidApp/build/outputs/apk/release/*.apk