Skip to content

Commit 2683471

Browse files
ci: fix breaking change to artifacts
1 parent 009e269 commit 2683471

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/upload-artifact@v4
2525
if: always()
2626
with:
27-
name: artifacts
27+
name: artifacts-test-${{ matrix.os }}
2828
path: |
2929
**/recordings/**/*
3030
test-ignore-tcc-db:
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/upload-artifact@v4
4343
if: always()
4444
with:
45-
name: artifacts
45+
name: artifacts-test-ignore-tcc-db-${{ matrix.os }}
4646
path: |
4747
**/recordings/**/*
4848
test-nvda-install-dir:
@@ -61,6 +61,6 @@ jobs:
6161
- uses: actions/upload-artifact@v4
6262
if: always()
6363
with:
64-
name: artifacts
64+
name: artifacts-test-nvda-install-dir-${{ matrix.os }}
6565
path: |
6666
**/recordings/**/*

0 commit comments

Comments
 (0)