You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/10/13 13:58:33 UTC

[camel] branch main updated: (chores) ci: downgrade to the github-script on 3.x version

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 9d2ede09bab (chores) ci: downgrade to the github-script on 3.x version
9d2ede09bab is described below

commit 9d2ede09babd42d2b3c0dc1d3323b15130ef61df
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Oct 13 15:58:06 2022 +0200

    (chores) ci: downgrade to the github-script on 3.x version
---
 .github/workflows/component-pr.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/component-pr.yaml b/.github/workflows/component-pr.yaml
index 752a3957e75..69f61f1ed37 100644
--- a/.github/workflows/component-pr.yaml
+++ b/.github/workflows/component-pr.yaml
@@ -60,7 +60,7 @@ jobs:
             If necessary Apache Camel Committers may access logs and test results in the job summaries!`
             })
       - name: 'Download artifact'
-        uses: actions/github-script@v6
+        uses: actions/github-script@v3.1.1
         if: |
           github.event_name == 'workflow_run'
         with: