You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2024/01/03 14:17:43 UTC

(camel-quarkus) branch main updated (f3a799d2c6 -> 98c7669339)

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

jamesnetherton pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


    from f3a799d2c6 Switch to quay.io/strimzi container images for Kafka testing
     new 74077c2ec5 Revert "Bump actions/download-artifact from 3 to 4"
     new 98c7669339 Revert "Bump actions/upload-artifact from 3 to 4"

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/camel-master-cron.yaml   | 16 ++++++++--------
 .github/workflows/ci-build.yaml            | 16 ++++++++--------
 .github/workflows/quarkus-master-cron.yaml | 16 ++++++++--------
 3 files changed, 24 insertions(+), 24 deletions(-)


(camel-quarkus) 02/02: Revert "Bump actions/upload-artifact from 3 to 4"

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 98c76693396ddc3956eabb1e2bbe57959f71387f
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Jan 3 11:10:32 2024 +0000

    Revert "Bump actions/upload-artifact from 3 to 4"
    
    This reverts commit fe9f0476a91aaa8c4cc22d98a89b82df7d00e0b9.
---
 .github/workflows/camel-master-cron.yaml   | 2 +-
 .github/workflows/ci-build.yaml            | 4 ++--
 .github/workflows/quarkus-master-cron.yaml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/camel-master-cron.yaml b/.github/workflows/camel-master-cron.yaml
index b4a11f0521..bcb6759dbb 100644
--- a/.github/workflows/camel-master-cron.yaml
+++ b/.github/workflows/camel-master-cron.yaml
@@ -87,7 +87,7 @@ jobs:
           ls -lh ${{ runner.temp }}/maven-repo.tgz
           df -h /
       - name: Persist Maven Repo
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v3
         with:
           name: maven-repo
           path: ${{ runner.temp }}/maven-repo.tgz
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 4b27de3f2a..8bfb80d9c8 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -110,7 +110,7 @@ jobs:
             echo "continue-build=true" >> $GITHUB_OUTPUT
           fi
       - name: Upload dependabot changeset
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v3
         if: steps.pre-build-checks.outputs.continue-build == 'false'
         with:
           name: dependabot-pr-changeset
@@ -177,7 +177,7 @@ jobs:
           ls -lh ${{ runner.temp }}/maven-repo.tgz
           df -h /
       - name: Persist Maven Repo
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v3
         with:
           name: maven-repo
           path: ${{ runner.temp }}/maven-repo.tgz
diff --git a/.github/workflows/quarkus-master-cron.yaml b/.github/workflows/quarkus-master-cron.yaml
index 0234fcff65..88ae1e6b17 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -88,7 +88,7 @@ jobs:
           ls -lh ${{ runner.temp }}/maven-repo.tgz
           df -h /
       - name: Persist Maven Repo
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v3
         with:
           name: maven-repo
           path: ${{ runner.temp }}/maven-repo.tgz


(camel-quarkus) 01/02: Revert "Bump actions/download-artifact from 3 to 4"

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 74077c2ec56671cecd442d5dc341a73dd5514c86
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Jan 3 11:10:14 2024 +0000

    Revert "Bump actions/download-artifact from 3 to 4"
    
    This reverts commit 0b0917bc928e36392da4c605de2189bb4378bf21.
---
 .github/workflows/camel-master-cron.yaml   | 14 +++++++-------
 .github/workflows/ci-build.yaml            | 12 ++++++------
 .github/workflows/quarkus-master-cron.yaml | 14 +++++++-------
 3 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/.github/workflows/camel-master-cron.yaml b/.github/workflows/camel-master-cron.yaml
index c9c356ad78..b4a11f0521 100644
--- a/.github/workflows/camel-master-cron.yaml
+++ b/.github/workflows/camel-master-cron.yaml
@@ -129,7 +129,7 @@ jobs:
       matrix: ${{ fromJson(needs.initial-mvn-install.outputs.matrix) }}
     steps:
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..
@@ -210,7 +210,7 @@ jobs:
       MAVEN_OPTS: -Xmx3000m
     steps:
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..
@@ -286,7 +286,7 @@ jobs:
       MAVEN_OPTS: -Xmx3000m
     steps:
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..
@@ -343,7 +343,7 @@ jobs:
           distribution: 'temurin'
           java-version: '21'
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..
@@ -372,7 +372,7 @@ jobs:
       MAVEN_OPTS: -Xmx3000m
     steps:
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..
@@ -424,7 +424,7 @@ jobs:
           distribution: 'temurin'
           java-version: '17'
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..
@@ -505,7 +505,7 @@ jobs:
           distribution: 'temurin'
           java-version: '17'
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 2aa685ac36..4b27de3f2a 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -227,7 +227,7 @@ jobs:
           distribution: 'temurin'
           java-version: '17'
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..
@@ -301,7 +301,7 @@ jobs:
           distribution: 'temurin'
           java-version: '17'
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..
@@ -371,7 +371,7 @@ jobs:
           distribution: 'temurin'
           java-version: ${{ matrix.java }}
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..
@@ -413,7 +413,7 @@ jobs:
           distribution: 'temurin'
           java-version: '21'
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..
@@ -458,7 +458,7 @@ jobs:
           distribution: 'temurin'
           java-version: '17'
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..
@@ -496,7 +496,7 @@ jobs:
           distribution: 'temurin'
           java-version: '17'
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..
diff --git a/.github/workflows/quarkus-master-cron.yaml b/.github/workflows/quarkus-master-cron.yaml
index 47e13a1ddb..0234fcff65 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -130,7 +130,7 @@ jobs:
       matrix: ${{ fromJson(needs.initial-mvn-install.outputs.matrix) }}
     steps:
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..
@@ -211,7 +211,7 @@ jobs:
       MAVEN_OPTS: -Xmx3000m
     steps:
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..
@@ -287,7 +287,7 @@ jobs:
       MAVEN_OPTS: -Xmx3000m
     steps:
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..
@@ -344,7 +344,7 @@ jobs:
           distribution: 'temurin'
           java-version: '21'
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..
@@ -373,7 +373,7 @@ jobs:
       MAVEN_OPTS: -Xmx3000m
     steps:
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..
@@ -425,7 +425,7 @@ jobs:
           distribution: 'temurin'
           java-version: '17'
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..
@@ -506,7 +506,7 @@ jobs:
           distribution: 'temurin'
           java-version: '17'
       - name: Download Maven Repo
-        uses: actions/download-artifact@v4
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo
           path: ..