Skip to content
This repository was archived by the owner on Jun 19, 2026. It is now read-only.

Commit 7ae76ef

Browse files
chore: fix name
1 parent 262238c commit 7ae76ef

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/skill-validation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
9292
if: always()
9393
uses: actions/upload-artifact@v4
9494
with:
95-
name: results-${{ matrix.provider }}-${{ matrix.model }}-${{ matrix.skill }}
9695
name: ${{ format('results-{0}-{1}-{2}', matrix.provider, replace(matrix.model, ':', '-'), matrix.skill || 'all') }}
9796
path: tests/results/
9897
retention-days: 1

0 commit comments

Comments
 (0)