This is an automated email from the ASF dual-hosted git repository.
xyuanlu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 350795ce8 Use actions/upload-artifact@v4 for gh actions, v2 was
deprecated(#2911)
350795ce8 is described below
commit 350795ce88c70440b596922ad66539418c243edf
Author: Grant Paláu Spencer <[email protected]>
AuthorDate: Thu Sep 12 14:13:30 2024 -0700
Use actions/upload-artifact@v4 for gh actions, v2 was deprecated(#2911)
---
.github/workflows/Helix-CI.yml | 2 +-
.github/workflows/Helix-Manual-CI.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/Helix-CI.yml b/.github/workflows/Helix-CI.yml
index fc837116b..39cb7b6c9 100644
--- a/.github/workflows/Helix-CI.yml
+++ b/.github/workflows/Helix-CI.yml
@@ -36,7 +36,7 @@ jobs:
reporter: java-junit
- name: Upload Unit Test Results as Artifacts
if: failure()
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
with:
name: surefire-reports
path: ./**/target/surefire-reports/
diff --git a/.github/workflows/Helix-Manual-CI.yml
b/.github/workflows/Helix-Manual-CI.yml
index f14b86241..f13873eac 100644
--- a/.github/workflows/Helix-Manual-CI.yml
+++ b/.github/workflows/Helix-Manual-CI.yml
@@ -45,7 +45,7 @@ jobs:
reporter: java-junit
- name: Upload unit test results
if: failure()
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
with:
name: surefire-reports
path: ./**/target/surefire-reports/