mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-01 10:09:18 -05:00
Upgrade GitHub Actions for Node 24 compatibility
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
This commit is contained in:
8
.github/workflows/tinytorch-preview-dev.yml
vendored
8
.github/workflows/tinytorch-preview-dev.yml
vendored
@@ -35,10 +35,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: 📥 Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: 🐍 Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.11'
|
||||
cache: 'pip'
|
||||
@@ -66,14 +66,14 @@ jobs:
|
||||
echo "✅ Build complete"
|
||||
|
||||
- name: 📥 Download PDF Guide
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v7
|
||||
continue-on-error: true
|
||||
with:
|
||||
name: TinyTorch-Guide
|
||||
path: ./pdf-artifacts/guide
|
||||
|
||||
- name: 📥 Download PDF Paper
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v7
|
||||
continue-on-error: true
|
||||
with:
|
||||
name: TinyTorch-Paper
|
||||
|
||||
Reference in New Issue
Block a user