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 c05fc57 Add Maven version in uploaded file names
c05fc57 is described below
commit c05fc57679bc58ea2d0f15b541757799ec778ee8
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Fri Apr 25 20:51:55 2025 +0200
Add Maven version in uploaded file names
---
.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 b359e2d..1560006 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -306,7 +306,7 @@ jobs:
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 }}
+ name: ${{ github.run_number }}-site-${{ inputs.ff-os }}-${{
inputs.ff-jdk }}-${{ inputs.ff-jdk-distribution }}-${{
needs.setup-maven-version.outputs.version }}
path: |
target/staging/**
@@ -314,7 +314,7 @@ jobs:
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 }}
+ name: ${{ github.run_number }}-failure-${{ inputs.ff-os }}-${{
inputs.ff-jdk }}-${{ inputs.ff-jdk-distribution }}-${{
needs.setup-maven-version.outputs.version }}
path: ${{ inputs.failure-upload-path }}
- name: Show free disk space
@@ -436,7 +436,7 @@ jobs:
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 }}
+ name: ${{ github.run_number }}-failure-${{ matrix.os }}-${{
matrix.jdk }}-${{ matrix.distribution }}-${{ matrix.maven }}
path: ${{ inputs.failure-upload-path }}
- name: Show free disk space