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 4b0133f4f3 Bump actions/download-artifact from 3 to 4 (#1963)
4b0133f4f3 is described below

commit 4b0133f4f397fa37507ec187afeef5f94e2c47b3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 28 22:20:34 2023 +0000

    Bump actions/download-artifact from 3 to 4 (#1963)
---
 .github/workflows/javaTests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/javaTests.yml b/.github/workflows/javaTests.yml
index 23a3ae451a..22cda7b67c 100644
--- a/.github/workflows/javaTests.yml
+++ b/.github/workflows/javaTests.yml
@@ -131,7 +131,7 @@ jobs:
           ${{ runner.os }}-maven-test-
 
     - name: Download all Jacoco Artifacts
-      uses: actions/download-artifact@v3
+      uses: actions/download-artifact@v4
       with:
         path: target
 

Reply via email to