Skip to content

Commit 132bc9c

Browse files
authored
Update to upload-artifact@v4 (#2604)
1 parent 57d0f65 commit 132bc9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
2727
DOCUMENTER_LATEX_DEBUG: ${{ github.workspace }}/latex-debug-logs
2828
run: julia --color=yes --project=docs/ docs/make.jl
29-
- uses: actions/upload-artifact@v3
29+
- uses: actions/upload-artifact@v4
3030
if: ${{ always() }}
3131
with:
3232
name: PDF build logs

0 commit comments

Comments
 (0)