From d1e2bb77467ac8c44b5c72f8a9dba260160be9ef Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 11 Oct 2022 08:42:26 +0200 Subject: [PATCH] Revert "build(deps): bump actions/github-script from 3.1.0 to 6.3.1" --- .github/workflows/GnuComment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/GnuComment.yml b/.github/workflows/GnuComment.yml index bbcf6f6d2..cf85e37bb 100644 --- a/.github/workflows/GnuComment.yml +++ b/.github/workflows/GnuComment.yml @@ -13,7 +13,7 @@ jobs: github.event.workflow_run.event == 'pull_request' steps: - name: 'Download artifact' - uses: actions/github-script@v6.3.1 + uses: actions/github-script@v3.1.0 with: script: | // List all artifacts from GnuTests @@ -38,7 +38,7 @@ jobs: - run: unzip comment.zip - name: 'Comment on PR' - uses: actions/github-script@v6.3.1 + uses: actions/github-script@v3 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |