Skip to content

Commit

Permalink
bump gh actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Feb 18, 2025
1 parent 65db8d6 commit 738a87e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build-docs:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: build env
run: |
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
touch /tmp/doc/.nojekyll
- name: push artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: doc
path: /tmp/doc
Expand Down

0 comments on commit 738a87e

Please sign in to comment.