This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch camel-3.18.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 04826af9b92fc58ac6ee5a3ffd33a63a49a0f29a Author: Otavio Rodolfo Piske <[email protected]> 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 b5d5a405b5d..2bc860f8ef0 100644 --- a/.github/workflows/component-pr.yaml +++ b/.github/workflows/component-pr.yaml @@ -55,7 +55,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/[email protected] if: | github.event_name == 'workflow_run' with:
