Skip to content

Commit

Permalink
Include name in artifact name to work with actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 9, 2024
1 parent 35e9780 commit 40e175b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v4
with:
name: doc-html
name: doc-html-${{ matrix.branch }}
path: www/

0 comments on commit 40e175b

Please sign in to comment.