Skip to content

Commit a978914

Browse files
mechanicpanicclaude
andcommitted
Update GitHub Actions to latest versions
- Updated actions/configure-pages from v3 to v4 - Updated actions/upload-pages-artifact from v2 to v3 - Updated actions/deploy-pages from v2 to v4 - Fixes deprecation warnings and ensures compatibility with latest GitHub Actions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 4efa551 commit a978914

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/jekyll.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Setup Pages
3535
id: pages
36-
uses: actions/configure-pages@v3
36+
uses: actions/configure-pages@v4
3737

3838
- name: Build with Jekyll
3939
working-directory: academic-website/docs/
@@ -42,7 +42,7 @@ jobs:
4242
JEKYLL_ENV: production
4343

4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v2
45+
uses: actions/upload-pages-artifact@v3
4646
with:
4747
path: academic-website/docs/_site/
4848

@@ -56,4 +56,4 @@ jobs:
5656
steps:
5757
- name: Deploy to GitHub Pages
5858
id: deployment
59-
uses: actions/deploy-pages@v2
59+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)