diff --git a/.github/workflows/update-artifacts.yml b/.github/workflows/update-artifacts.yml index 1169659115..99339e401a 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@v1 + - uses: actions/create-github-app-token@v2 id: app-token with: app-id: ${{ secrets.SUBXT_PR_MAKER_APP_ID }}