diff --git a/.github/workflows/attach-release.yml b/.github/workflows/attach-release.yml index 5805b6b6..9411039a 100644 --- a/.github/workflows/attach-release.yml +++ b/.github/workflows/attach-release.yml @@ -48,7 +48,7 @@ jobs: - name: Find release tag name id: find_release - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const { owner, repo } = context.repo;