This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new fd861241dab NO-ISSUE: Bump 'actions/upload-artifact' to v4 (#2745)
fd861241dab is described below
commit fd861241dabe113e222da050a48e4b500bd71ce8
Author: Jozef Marko <[email protected]>
AuthorDate: Thu Nov 14 21:15:31 2024 +0100
NO-ISSUE: Bump 'actions/upload-artifact' to v4 (#2745)
---
.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]