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

yamer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git


The following commit(s) were added to refs/heads/main by this push:
     new 7597ba344 Bump actions/download-artifact from 2 to 4 (#1979)
7597ba344 is described below

commit 7597ba344659b99a8b931d0bbd2d156ca1305ddf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 18 17:10:28 2024 +0100

    Bump actions/download-artifact from 2 to 4 (#1979)
    
    Bumps 
[actions/download-artifact](https://github.com/actions/download-artifact) from 
2 to 4.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](https://github.com/actions/download-artifact/compare/v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/publish-jitexecutor-native.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/publish-jitexecutor-native.yml 
b/.github/workflows/publish-jitexecutor-native.yml
index 1d2ad9e1a..ba2d1bb30 100644
--- a/.github/workflows/publish-jitexecutor-native.yml
+++ b/.github/workflows/publish-jitexecutor-native.yml
@@ -146,19 +146,19 @@ jobs:
         uses: actions/checkout@v4
 
       - name: "Download Windows binary"
-        uses: actions/download-artifact@v2
+        uses: actions/download-artifact@v4
         with:
           name: jitexecutor_Windows
           path: 
./.github/supporting-files/publish_jitexecutor_native/dist/win32
 
       - name: "Download macOS binary"
-        uses: actions/download-artifact@v2
+        uses: actions/download-artifact@v4
         with:
           name: jitexecutor_macOS
           path: 
./.github/supporting-files/publish_jitexecutor_native/dist/darwin
 
       - name: "Download Linux binary"
-        uses: actions/download-artifact@v2
+        uses: actions/download-artifact@v4
         with:
           name: jitexecutor_Linux
           path: 
./.github/supporting-files/publish_jitexecutor_native/dist/linux


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to