Skip to content

Commit

Permalink
.github: update actions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lerwys committed Sep 18, 2024
1 parent f17c372 commit f370996
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.8'

Expand Down Expand Up @@ -49,13 +49,13 @@ jobs:
make -C doc html
- name: Deploy gh-pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/_build/html

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: badger-doc
path: badger/doc/*.svg

0 comments on commit f370996

Please sign in to comment.