This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git


The following commit(s) were added to refs/heads/master by this push:
     new 56b77a6  Bump actions/upload-artifact from 4 to 5 (#297)
56b77a6 is described below

commit 56b77a6482415440d601de4950461f9c1401a0ac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 31 12:24:17 2025 -0400

    Bump actions/upload-artifact from 4 to 5 (#297)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 4 to 5.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/scorecards-analysis.yml | 2 +-
 .github/workflows/windows.yml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index f2d366e..bf4e6e7 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -57,7 +57,7 @@ jobs:
           publish_results: true
 
       - name: "Upload artifact"
-        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 
   # 4.6.2
+        uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 
   # 5.0.0
         with:
           name: SARIF file
           path: results.sarif
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index e07a9c7..34d9375 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -89,7 +89,7 @@ jobs:
             echo "JAVA_HOME: %JAVA_HOME%"
             cd src/native/windows/apps/prunsrv/test/scripts
             test.bat
-      - uses: actions/upload-artifact@v4
+      - uses: actions/upload-artifact@v5
         with:
           name: windows-artifact
           path: src/native/windows/apps/prunsrv/*/prunsrv.exe

Reply via email to