This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-4.0.x by this push:
new 668a0595e6 Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#11332)
668a0595e6 is described below
commit 668a0595e694a5626c05e799f5e1f47485948ae8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 27 10:02:11 2025 +0100
Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#11332)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 4.6.2 to 5.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
-
[Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...330a01c490aca151604b8cf639adc76d48f6c5d4)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 5.0.0
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/maven.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 52328ceb6a..75cfa9cd6b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -93,7 +93,7 @@ jobs:
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
- name: Upload Maven distributions
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v4
with:
name: maven-distributions
path: |
@@ -101,7 +101,7 @@ jobs:
apache-maven/target/apache-maven*.tar.gz
- name: Upload test artifacts
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v4
if: failure() || cancelled()
with:
name: ${{ github.run_number }}-initial
@@ -203,7 +203,7 @@ jobs:
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
- name: Upload test artifacts
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v4
if: failure() || cancelled()
with:
name: ${{ github.run_number }}-full-build-artifact-${{ runner.os
}}-${{ matrix.java }}
@@ -287,7 +287,7 @@ jobs:
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
- name: Upload test artifacts
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v4
if: failure() || cancelled()
with:
name: ${{ github.run_number }}-integration-test-artifact-${{
runner.os }}-${{ matrix.java }}