diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a56c3e0..00e910a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -145,9 +145,8 @@ jobs: tar czf otel-profiling-agent-${RELEASE_VERSION}-aarch64.tar.gz -C agent-aarch64 . tar czf otel-profiling-agent-${RELEASE_VERSION}-x86_64.tar.gz -C agent-x86_64 . - name: Update dev tag - uses: actions/github-script@v3 + uses: actions/github-script@v7 with: - github-token: ${{secrets.GITHUB_TOKEN}} script: | github.rest.git.updateRef({ owner: context.repo.owner,