Skip to content

Commit

Permalink
CI: fix docs gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei-Lebedev committed Sep 24, 2024
1 parent 8eccd57 commit 6b833d0
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 6b833d0

Please sign in to comment.