Skip to content

Commit

Permalink
Update to upload-artifact@v4 (#3877)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 10, 2024
1 parent e66396f commit 5e4273d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
DOCUMENTER_LATEX_DEBUG: ${{ github.workspace }}/latex-debug-logs
run: julia --color=yes --project=docs/ docs/make.jl
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: PDF build logs
Expand Down

0 comments on commit 5e4273d

Please sign in to comment.