Skip to content

Commit

Permalink
Bump versions of upload-pages and deploy-pages.
Browse files Browse the repository at this point in the history
The old versions are due to be deprecated.
  • Loading branch information
rmn30 committed Dec 26, 2024
1 parent 2015e1c commit f64e5ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
name: cheriot_sim
path: install/
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3

deploy:
# Run only when landing, not as part of a PR
Expand All @@ -61,4 +61,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit f64e5ca

Please sign in to comment.