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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1da93ff1 Bump upload-artifact@v3 to upload-artifact@v4 (#1266)
1da93ff1 is described below

commit 1da93ff1c0f6a65f6fa868cd4fd729e6f417d8ea
Author: Jozef Marko <[email protected]>
AuthorDate: Mon Dec 2 09:12:34 2024 +0100

    Bump upload-artifact@v3 to upload-artifact@v4 (#1266)
---
 .ci/actions/dsl-tests/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/actions/dsl-tests/action.yml b/.ci/actions/dsl-tests/action.yml
index c693a8eb..9f1ce8d0 100644
--- a/.ci/actions/dsl-tests/action.yml
+++ b/.ci/actions/dsl-tests/action.yml
@@ -116,7 +116,7 @@ runs:
 
   - name: Upload result
     if: ${{ always() && inputs.save-results }}
-    uses: actions/upload-artifact@v3
+    uses: actions/upload-artifact@v4
     with:
       name: ${{ env.UPLOAD_ARTIFACT_NAME }}
       path: ${{ env.PIPELINES_TEST_DIR }}/dsl/seed/build/reports/tests/test/


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

Reply via email to