Skip to content

Commit 4c64301

Browse files
committed
chore(gha): use job container ID as artifact name
1 parent 4772604 commit 4c64301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Upload assets
131131
uses: actions/upload-artifact@v4
132132
with:
133-
name: generated-assets-${{ matrix.node-version }}
133+
name: generated-assets-${{ job.container.id }}
134134
path: assets/build/
135135

136136
automerge:

0 commit comments

Comments
 (0)