You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/06/13 07:25:37 UTC

[camel-k-runtime] branch main updated: build(deps): bump actions/download-artifact from 1 to 3

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3fe8caff build(deps): bump actions/download-artifact from 1 to 3
3fe8caff is described below

commit 3fe8caff103c325d33ce2ebcfe66f08580596fcf
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 12 19:56:39 2023 +0000

    build(deps): bump actions/download-artifact from 1 to 3
    
    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 3.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](https://github.com/actions/download-artifact/compare/v1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/ci-build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 7319d163..bdf857fa 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -127,7 +127,7 @@ jobs:
         with:
           version: '11'
       - name: Download Maven Repo
-        uses: actions/download-artifact@v1
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo-${{ github.run_id }}-${{ github.run_number }}
           path: .
@@ -161,7 +161,7 @@ jobs:
         with:
           version: '11'
       - name: Download Maven Repo
-        uses: actions/download-artifact@v1
+        uses: actions/download-artifact@v3
         with:
           name: maven-repo-${{ github.run_id }}-${{ github.run_number }}
           path: .