Skip to content

Commit 40e175b

Browse files
committed
Include name in artifact name to work with actions/upload-artifact@v4
1 parent 35e9780 commit 40e175b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
- name: Upload
4747
uses: actions/upload-artifact@v4
4848
with:
49-
name: doc-html
49+
name: doc-html-${{ matrix.branch }}
5050
path: www/

0 commit comments

Comments
 (0)