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 de21e900a8e (chores) ci: try to use a newer version of the github-script for artifact download de21e900a8e is described below commit de21e900a8eb0be265c7ee9af1e282fb68ed135f Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Thu Oct 13 15:01:02 2022 +0200 (chores) ci: try to use a newer version of the github-script for artifact download --- .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 46c775b6881..752a3957e75 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@v3.1.0 + uses: actions/github-script@v6 if: | github.event_name == 'workflow_run' with: