This is an automated email from the ASF dual-hosted git repository.
mbuenger 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 21c2c20377 Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#11383)
21c2c20377 is described below
commit 21c2c20377ffa5d756e49446a65baab879650f85
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 23 11:23:27 2025 +0100
Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#11383)
* Bump actions/upload-artifact from 4.6.2 to 5.0.0
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/v4.6.2...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]>
* Update actions/upload-artifact to version 5
* Update GitHub Actions to use upload-artifact v5
* Use full version
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sylwester Lachiewicz <[email protected]>
Co-authored-by: Guillaume Nodet <[email protected]>
---
.github/workflows/maven.yml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3566deb596..5dd7cf50e4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -89,7 +89,7 @@ jobs:
run: ls -la apache-maven/target
- name: Upload Mimir caches
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5.0.0
if: ${{ !cancelled() && !failure() }}
with:
name: cache-${{ runner.os }}-initial
@@ -97,7 +97,7 @@ jobs:
path: ${{ env.MIMIR_LOCAL }}
- name: Upload Maven distributions
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5.0.0
with:
name: maven-distributions
path: |
@@ -105,7 +105,7 @@ jobs:
apache-maven/target/apache-maven*.tar.gz
- name: Upload test artifacts
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5.0.0
if: ${{ failure() || cancelled() }}
with:
name: initial-logs
@@ -115,7 +115,7 @@ jobs:
**/target/java_heapdump.hprof
- name: Upload Mimir logs
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5.0.0
if: always()
with:
name: initial-mimir-logs
@@ -210,7 +210,7 @@ jobs:
run: mvn site -e -B -V -Preporting
- name: Upload Mimir caches
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5.0.0
if: ${{ !cancelled() && !failure() }}
with:
name: cache-${{ runner.os }}-full-build-${{ matrix.java }}
@@ -218,7 +218,7 @@ jobs:
path: ${{ env.MIMIR_LOCAL }}
- name: Upload test artifacts
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5.0.0
if: failure() || cancelled()
with:
name: full-build-logs-${{ runner.os }}-${{ matrix.java }}
@@ -228,7 +228,7 @@ jobs:
**/target/java_heapdump.hprof
- name: Upload Mimir logs
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5.0.0
if: always()
with:
name: full-build-mimir-logs-${{ runner.os }}-${{ matrix.java }}
@@ -307,7 +307,7 @@ jobs:
run: mvn install -e -B -V -Prun-its,mimir
- name: Upload Mimir caches
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5.0.0
if: ${{ !cancelled() && !failure() }}
with:
name: cache-${{ runner.os }}-integration-tests-${{ matrix.java }}
@@ -315,7 +315,7 @@ jobs:
path: ${{ env.MIMIR_LOCAL }}
- name: Upload test artifacts
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5.0.0
if: ${{ failure() || cancelled() }}
with:
name: integration-test-logs-${{ runner.os }}-${{ matrix.java }}
@@ -327,7 +327,7 @@ jobs:
**/target/java_heapdump.hprof
- name: Upload Mimir logs
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
# v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
# v5.0.0
if: always()
with:
name: integration-test-mimir-logs-${{ runner.os }}-${{ matrix.java }}