diff --git a/.github/workflows/reuse-copr-build.yml b/.github/workflows/reuse-copr-build.yml index c2fb51cec..cb78553ff 100644 --- a/.github/workflows/reuse-copr-build.yml +++ b/.github/workflows/reuse-copr-build.yml @@ -102,7 +102,7 @@ jobs: - name: Add comment with copr build url # TODO: Create comment when copr build fails. id: link_copr - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.issues.createComment({ @@ -160,7 +160,7 @@ jobs: # TODO: Create comment when copr build fails. id: link_copr_leapp_repository if: ${{ steps.leapp_repository_pr_regex_match.outputs.match != '' }} - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.issues.createComment({