Skip to content

Commit 909bd43

Browse files
authored
Unique name for node-version
1 parent 3145613 commit 909bd43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
- name: Upload tarball artifact
3333
uses: actions/upload-artifact@v4.6.2
3434
with:
35-
name: bundle
35+
name: bundle-${{ matrix.node-version }}
3636
path: ./dist
3737

3838
- name: Upload tarball artifact
3939
uses: actions/upload-artifact@v4.6.2
4040
with:
41-
name: tarball
41+
name: tarball-${{ matrix.node-version }}
4242
path: ./*.tgz
4343

4444
- run: npm test

0 commit comments

Comments
 (0)