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

sjaranowski pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/v4 by this push:
     new 4f75cd6  Bump actions/upload-artifact from 4.6.1 to 4.6.2
4f75cd6 is described below

commit 4f75cd6e5e180a8ca52758d37ce8834174025df6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 20 02:56:36 2025 +0000

    Bump actions/upload-artifact from 4.6.1 to 4.6.2
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) 
from 4.6.1 to 4.6.2.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - 
[Commits](https://github.com/actions/upload-artifact/compare/4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1...ea165f8d65b6e75b540449e92b4886f43607fa02)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 .github/workflows/maven-verify.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 28344a9..a86c3ad 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -303,7 +303,7 @@ jobs:
         if: inputs.ff-site-run
 
       - name: Upload Maven Site
-        uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 
# v4
+        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 
# v4
         if: inputs.ff-site-run
         with:
           name: ${{ github.run_number }}-site-${{ inputs.ff-os }}-${{ 
inputs.ff-jdk }}-${{ inputs.ff-jdk-distribution }}
@@ -311,7 +311,7 @@ jobs:
             target/staging/**
 
       - name: Upload artifact on failure
-        uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 
# v4
+        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 
# v4
         if: failure() && inputs.failure-upload-path != ''
         with:
           name: ${{ github.run_number }}-failure-${{ inputs.ff-os }}-${{ 
inputs.ff-jdk }}-${{ inputs.ff-jdk-distribution }}
@@ -433,7 +433,7 @@ jobs:
         run: ./mvnw --errors --batch-mode --show-version ${{ inputs.maven-args 
}} ${{ inputs.verify-goal }}
 
       - name: Upload artifact on failure
-        uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 
# v4
+        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 
# v4
         if: steps.should-run.conclusion == 'success' && failure() && 
inputs.failure-upload-path != ''
         with:
           name: ${{ github.run_number }}-failure-${{ matrix.os }}-${{ 
matrix.jdk }}-${{ matrix.distribution }}

Reply via email to