This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new d8b3620116 Bump actions/upload-artifact from 5 to 6 (#2383)
d8b3620116 is described below
commit d8b3620116e87132ea7286309a63ad7491464fd5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 22 15:00:44 2025 +0000
Bump actions/upload-artifact from 5 to 6 (#2383)
---
.github/workflows/javaTests.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/javaTests.yml b/.github/workflows/javaTests.yml
index d7797e5f4a..16ce81934e 100644
--- a/.github/workflows/javaTests.yml
+++ b/.github/workflows/javaTests.yml
@@ -106,7 +106,7 @@ jobs:
echo "ARTIFACT_NAME=$ARTIFACT_NAME" >> $GITHUB_ENV
- name: Save Java Test Coverage as Artifact
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
with:
name: ${{ env.ARTIFACT_NAME }}
path: target/jacoco.exec
@@ -160,7 +160,7 @@ jobs:
- name: Upload Jacoco Report Artifact PR
if: (github.repository_owner == 'apache') && (github.ref_name != 'main')
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
with:
name: Java Code Coverage (Jacoco)
path: target/site/jacoco
@@ -168,7 +168,7 @@ jobs:
- name: Upload Jacoco Report Artifact Main
if: (github.repository_owner == 'apache') && (github.ref_name == 'main')
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
with:
name: Java Code Coverage (Jacoco)
path: target/site/jacoco
@@ -176,7 +176,7 @@ jobs:
- name: Upload Jacoco Report Artifact Fork
if: (github.repository_owner != 'apache')
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
with:
name: Java Code Coverage (Jacoco)
path: target/site/jacoco