Skip to content

Commit

Permalink
fix: ci actions update to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Feb 6, 2025
1 parent 750229a commit ab5c706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 10.0.0
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Build docs
run: pnpm run docs

- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: ./docs
deploy:
Expand All @@ -46,4 +46,4 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
# https://github.com/actions/deploy-pages
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit ab5c706

Please sign in to comment.