Skip to content

Commit

Permalink
Update CI to use new action versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Borean <jborean93@gmail.com>
  • Loading branch information
jborean93 committed Oct 26, 2022
1 parent bd3334d commit 5f6d15b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
runs-on: ubuntu-latest

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

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4

- name: Test
run: |
Expand All @@ -59,9 +59,9 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4

- name: Build sdist and wheel
run: |
Expand All @@ -70,7 +70,7 @@ jobs:
python setup.py sdist
- name: Capture sdist and wheel
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: k5test
path: dist/*
Expand Down

0 comments on commit 5f6d15b

Please sign in to comment.