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 e83fd98d6 Bump actions/upload-artifact from 4 to 7 (#2314)
e83fd98d6 is described below

commit e83fd98d60d522a37bb8ebb63e17e2ebbb9830c4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 3 09:54:40 2026 +0200

    Bump actions/upload-artifact from 4 to 7 (#2314)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 4 to 7.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '7'
      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/pr-downstream.yml                 | 2 +-
 .github/workflows/pr-kogito-apps.yml                | 2 +-
 .github/workflows/publish-jitexecutor-native-rc.yml | 2 +-
 .github/workflows/publish-jitexecutor-native.yml    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/pr-downstream.yml 
b/.github/workflows/pr-downstream.yml
index 91fd1ec9b..e10f794d0 100644
--- a/.github/workflows/pr-downstream.yml
+++ b/.github/workflows/pr-downstream.yml
@@ -86,7 +86,7 @@ jobs:
         with:
           report_paths: '**/*-reports/TEST-*.xml'
       - name: Upload Dependency Trees
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         if: ${{ always() }}
         with:
           name: dependency-trees-logs_${{ matrix.job_name }}_${{ matrix.os }}
diff --git a/.github/workflows/pr-kogito-apps.yml 
b/.github/workflows/pr-kogito-apps.yml
index 64260c69e..93e4c6119 100644
--- a/.github/workflows/pr-kogito-apps.yml
+++ b/.github/workflows/pr-kogito-apps.yml
@@ -75,7 +75,7 @@ jobs:
         with:
           report_paths: '**/*-reports/TEST-*.xml'
       - name: Upload Dependency Trees
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         if: ${{ always() }}
         with:
           name: dependency-trees-logs_kogito-apps_${{ matrix.os }}
diff --git a/.github/workflows/publish-jitexecutor-native-rc.yml 
b/.github/workflows/publish-jitexecutor-native-rc.yml
index 261aa8323..78d75569f 100644
--- a/.github/workflows/publish-jitexecutor-native-rc.yml
+++ b/.github/workflows/publish-jitexecutor-native-rc.yml
@@ -357,7 +357,7 @@ jobs:
           mvn clean deploy -B -ntp -DdeployAtEnd -DskipTests -pl 
jitexecutor-native/jitexecutor-native-win32 -am -Pjitexecutor-native 
-Papache-release -s $env:SETTINGS_FILE_PATH
 
       - name: "Upload JIT Executor binary"
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         with:
           name: jitexecutor_${{ runner.os }}
           path: 
./jitexecutor-native/jitexecutor-native-*/target/jitexecutor-native-*-${{ 
steps.version.outputs.PROJECT_VERSION }}-run*
diff --git a/.github/workflows/publish-jitexecutor-native.yml 
b/.github/workflows/publish-jitexecutor-native.yml
index e6617786b..b9d7eac39 100644
--- a/.github/workflows/publish-jitexecutor-native.yml
+++ b/.github/workflows/publish-jitexecutor-native.yml
@@ -171,7 +171,7 @@ jobs:
           mvn clean deploy -B -ntp -DdeployAtEnd -DskipTests -pl 
jitexecutor-native/jitexecutor-native-win32 -am -Pjitexecutor-native
 
       - name: "Upload JIT Executor binary"
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v7
         with:
           name: jitexecutor_${{ runner.os }}
           path: 
./jitexecutor-native/jitexecutor-native-*/target/jitexecutor-native-*-${{ 
steps.version.outputs.PROJECT_VERSION }}-run*


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

Reply via email to