diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f6bc2d8..4ac4d98 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Publish PPA - uses: atareao/publish-ppa-package-from-source@v2 + uses: atareao/publish-ppa-package-from-source@v3 with: repository: "atareao/atareao" gpg_private_key: ${{ secrets.PPA_GPG_PRIVATE_KEY }}