Skip to content

Commit

Permalink
CI: fix docs gh actions (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei-Lebedev authored Sep 30, 2024
1 parent c11c0ab commit 4c72697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
./configure --with-docs-only
make docs
- name: Upload docs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Docs
name: docs
path: ${{ github.workspace }}/docs/doxygen-doc/ucc.pdf
retention-days: 7

0 comments on commit 4c72697

Please sign in to comment.