This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch extended-services-release-job
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/extended-services-release-job
by this push:
new 4568b02e957 Fix extended services release jobs
4568b02e957 is described below
commit 4568b02e957cca7231b49da4b9822eabd04dc9b2
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Thu Sep 12 10:50:35 2024 -0300
Fix extended services release jobs
---
.github/workflows/release_build_extended_services.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/release_build_extended_services.yml
b/.github/workflows/release_build_extended_services.yml
index 3896b0d5a20..2ab15c45ebd 100644
--- a/.github/workflows/release_build_extended_services.yml
+++ b/.github/workflows/release_build_extended_services.yml
@@ -388,7 +388,7 @@ jobs:
- name: Temporary MacOS artifacts
if: runner.os == 'macOS'
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
with:
name: extended-services-macos-artifacts
path: ./packages/extended-services/dist/darwin/Kogito.dmg
@@ -396,7 +396,7 @@ jobs:
- name: Temporary Windows artifacts
if: runner.os == 'Windows'
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
with:
name: extended-services-windows-artifacts
path:
.\packages\extended-services\dist\win32\kie_sandbox_extended_services.exe
@@ -418,13 +418,13 @@ jobs:
mkdir ./extended-services-zipped-release-artifacts
- name: Retrieve MacOS artifacts
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
with:
name: extended-services-macos-artifacts
path: ./extended-services-release-artifacts
- name: Retrieve Windows artifacts
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
with:
name: extended-services-windows-artifacts
path: ./extended-services-release-artifacts
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]