diff --git a/.github/workflows/update-artifacts.yml b/.github/workflows/update-artifacts.yml index 078db813ff5..51fff1d26fe 100644 --- a/.github/workflows/update-artifacts.yml +++ b/.github/workflows/update-artifacts.yml @@ -41,7 +41,7 @@ jobs: - name: Fetch Artifacts run: cargo run --bin artifacts - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.SUBXT_PR_MAKER_APP_ID }}