Skip to content

Commit

Permalink
CI: Use latest version of artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sanssecours committed Sep 9, 2024
1 parent 936e844 commit 7942f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
! make doc 2>&1 >/dev/null | grep 'Warning: LaTeX Warning'
- name: Upload documentation
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ICOc Manual
path: Bookdown
Expand All @@ -47,7 +47,7 @@ jobs:
steps:

- name: Download bookdown documentation
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ICOc Manual
path: Bookdown
Expand Down

0 comments on commit 7942f3d

Please sign in to comment.