Skip to content

Commit

Permalink
update actions version (#3516)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxu10 authored Feb 17, 2025
1 parent 282850d commit 520673a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: docs
- name: Create symlinks for the latest doc version
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
touch .nojekyll
fi
- name: Upload Artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: '.'

Expand All @@ -78,7 +78,7 @@ jobs:
needs: build
steps:
- name: Deploy
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

cleanup:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 520673a

Please sign in to comment.