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 5c515deb5 Bump actions/upload-artifact from 3 to 4 (#1978)
5c515deb5 is described below

commit 5c515deb53c8408d71355a6b90f10a3bc16a9f65
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 15 15:34:04 2024 +0100

    Bump actions/upload-artifact from 3 to 4 (#1978)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish-jitexecutor-native.yml 
b/.github/workflows/publish-jitexecutor-native.yml
index 61bcb2205..1e5705bf7 100644
--- a/.github/workflows/publish-jitexecutor-native.yml
+++ b/.github/workflows/publish-jitexecutor-native.yml
@@ -128,7 +128,7 @@ jobs:
           mvn clean package -B -ntp -DskipTests -f ./jitexecutor && mvn clean 
package -B -ntp -DskipTests -Pnative -am -f ./jitexecutor
 
       - name: "Upload JIT Executor binary"
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         with:
           name: jitexecutor_${{ runner.os }}
           path: ./jitexecutor/jitexecutor-runner/target/jitexecutor-runner-${{ 
steps.version.outputs.PROJECT_VERSION }}-run*


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

Reply via email to