mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 14:43:37 +08:00
chore: Update outdated GitHub Actions versions (#11316)
docs: Update outdated GitHub Actions versions
This commit is contained in:
4
.github/workflows/deploy-docs-draft.yml
vendored
4
.github/workflows/deploy-docs-draft.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 22
|
||||
cache: npm
|
||||
@ -259,7 +259,7 @@ jobs:
|
||||
reactions: hooray
|
||||
|
||||
- name: Upload Deploy Log
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v6
|
||||
if: always()
|
||||
with:
|
||||
name: deploy.log
|
||||
|
||||
Reference in New Issue
Block a user