mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
Update actions/upload-artifact action to v4
This commit is contained in:
parent
9e439ad601
commit
6d7c711c33
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -867,7 +867,7 @@ jobs:
|
|||
|
||||
- name: Save Ghost CLI Debug Logs
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ghost-cli-debug-logs
|
||||
path: /home/runner/.ghost/logs/
|
||||
|
|
Loading…
Add table
Reference in a new issue