ci: bump checkout to v6, upload-artifact to v7 (Node.js 24 ready)
GitHub-Warnung: v4 dieser Actions laeuft auf Node.js 20, das wird im Sept 2026 abgeschaltet. checkout@v6 und upload-artifact@v7 sind die aktuellen Node.js-24-Versionen. Funktional identisch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0f5654dcd2
commit
7aba939925
|
|
@ -19,13 +19,13 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout content repo
|
- name: Checkout content repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
path: content-repo
|
path: content-repo
|
||||||
|
|
||||||
- name: Checkout mdparser
|
- name: Checkout mdparser
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: edufeed-org/mdparser
|
repository: edufeed-org/mdparser
|
||||||
ref: main
|
ref: main
|
||||||
|
|
@ -77,7 +77,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload run log
|
- name: Upload run log
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: nostr-sync-log-${{ github.run_id }}
|
name: nostr-sync-log-${{ github.run_id }}
|
||||||
path: mdparser/sync/logs/publish-*.json
|
path: mdparser/sync/logs/publish-*.json
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue