Skip to content

Commit 54820bc

Browse files
committed
Simplify even more the unique artifact identifier
1 parent 4af8058 commit 54820bc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/actions/gradle/experiment-1/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ runs:
110110
- name: Archive receipt
111111
uses: actions/upload-artifact@v4
112112
with:
113-
name: experiment-1-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}-${{ strategy.job-total || '0' }}
113+
name: experiment-1-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}
114114
path: gradle-enterprise-gradle-build-validation/.data/01-validate-incremental-building/latest*/exp1-*.receipt

.github/actions/gradle/experiment-2/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ runs:
118118
- name: Archive receipt
119119
uses: actions/upload-artifact@v4
120120
with:
121-
name: experiment-2-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}-${{ strategy.job-total || '0' }}
121+
name: experiment-2-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}
122122
path: gradle-enterprise-gradle-build-validation/.data/02-validate-local-build-caching-same-location/latest*/exp2-*.receipt

.github/actions/gradle/experiment-3/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ runs:
118118
- name: Archive receipt
119119
uses: actions/upload-artifact@v4
120120
with:
121-
name: experiment-3-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}-${{ strategy.job-total || '0' }}
121+
name: experiment-3-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}
122122
path: gradle-enterprise-gradle-build-validation/.data/03-validate-local-build-caching-different-locations/latest*/exp3-*.receipt

.github/actions/maven/experiment-1/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ runs:
118118
- name: Archive receipt
119119
uses: actions/upload-artifact@v4
120120
with:
121-
name: experiment-1-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}-${{ strategy.job-total || '0' }}
121+
name: experiment-1-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}
122122
path: gradle-enterprise-maven-build-validation/.data/01-validate-local-build-caching-same-location/latest*/exp1-*.receipt

.github/actions/maven/experiment-2/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ runs:
118118
- name: Archive receipt
119119
uses: actions/upload-artifact@v4
120120
with:
121-
name: experiment-2-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}-${{ strategy.job-total || '0' }}
121+
name: experiment-2-receipt-${{ github.job }}-${{ strategy.job-index || '0' }}
122122
path: gradle-enterprise-maven-build-validation/.data/02-validate-local-build-caching-different-locations/latest*/exp2-*.receipt

0 commit comments

Comments
 (0)