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

tiagobento pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new b19836be66e [10.0.x] NO-ISSUE: Bump 'actions/upload-artifact' to v4 
(#2768)
b19836be66e is described below

commit b19836be66e3d183ade7e380c3da73fa4ae1d3eb
Author: Jozef Marko <[email protected]>
AuthorDate: Tue Nov 26 19:04:26 2024 +0100

    [10.0.x] NO-ISSUE: Bump 'actions/upload-artifact' to v4 (#2768)
---
 .github/actions/upload-ci-reports-and-artifacts/action.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/actions/upload-ci-reports-and-artifacts/action.yml 
b/.github/actions/upload-ci-reports-and-artifacts/action.yml
index 90dbbeb42a3..d62c9a3d186 100644
--- a/.github/actions/upload-ci-reports-and-artifacts/action.yml
+++ b/.github/actions/upload-ci-reports-and-artifacts/action.yml
@@ -59,7 +59,7 @@ runs:
         ls -la $RUNNER_TEMP
 
     - name: "Upload tests reports"
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       if: always()
       with:
         name: ${{ runner.os }}_${{ inputs.partition_index }}__tests-reports
@@ -67,7 +67,7 @@ runs:
           ${{ runner.temp }}/tests-reports.zip
 
     - name: "Upload end-to-end tests reports"
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       if: always()
       with:
         name: ${{ runner.os }}_${{ inputs.partition_index 
}}__end-to-end-tests-reports
@@ -75,7 +75,7 @@ runs:
           ${{ runner.temp }}/end-to-end-tests-reports.zip
 
     - name: "Upload end-to-end tests artifacts"
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       if: always()
       with:
         name: ${{ runner.os }}_${{ inputs.partition_index 
}}__end-to-end-tests-artifacts
@@ -83,7 +83,7 @@ runs:
           ${{ runner.temp }}/end-to-end-tests-artifacts.zip
 
     - name: "Upload build artifacts"
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       if: always()
       with:
         name: ${{ runner.os }}_${{ inputs.partition_index }}__build-artifacts


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

Reply via email to