Skip to content

Commit 1a3e008

Browse files
committed
Make locked workflow artifact names unique
1 parent 838a17b commit 1a3e008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/locked.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/upload-artifact@v4
8686
if: always()
8787
with:
88-
name: suite_result
88+
name: suite_result-${{ matrix.os }}
8989
path: tests/suite_result/
9090

9191
extraction:

0 commit comments

Comments
 (0)