Skip to content

Commit

Permalink
MNT: update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Feb 18, 2024
1 parent 0daa585 commit a5f54f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -108,7 +108,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Setup env
Expand All @@ -120,7 +120,7 @@ jobs:
run: |
sphinx-build -M html docs/source site -W
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: site
path: site
Expand Down

0 comments on commit a5f54f0

Please sign in to comment.