diff --git a/.github/workflows/update-artifacts.yml b/.github/workflows/update-artifacts.yml index 078db813ff..a130da6fd2 100644 --- a/.github/workflows/update-artifacts.yml +++ b/.github/workflows/update-artifacts.yml @@ -48,7 +48,7 @@ jobs: private-key: ${{ secrets.SUBXT_PR_MAKER_APP_KEY }} - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ steps.app-token.outputs.token }} base: master