Skip to content

Commit

Permalink
Update ci.yml update some actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmarktaylor authored Aug 6, 2024
1 parent c02f886 commit ef1eb64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
matrix:
python-version: ["pypy-3.7", "3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
sphinx-build -b html -d docbuild/doctrees . docbuild/html
working-directory: doc
- name: Upload docs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: docs
path: doc/docbuild/html
Expand Down

0 comments on commit ef1eb64

Please sign in to comment.