Skip to content

Commit 419b127

Browse files
committed
ci: use run_id and strategy.job-index for build-devcontainer digest artifact name
Signed-off-by: Aaron Wislang <[email protected]>
1 parent 645c2a1 commit 419b127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Upload digests
108108
uses: actions/upload-artifact@v4
109109
with:
110-
name: digests-${{ github.job }}-${{ github.run_id }}
110+
name: digests-${{ github.run_id }}-${{ strategy.job-index }}
111111
path: /tmp/digests/*
112112
if-no-files-found: error
113113
retention-days: 1

0 commit comments

Comments
 (0)