We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3334d commit 5f6d15bCopy full SHA for 5f6d15b
.github/workflows/ci.yml
@@ -31,9 +31,9 @@ jobs:
31
runs-on: ubuntu-latest
32
33
steps:
34
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
35
36
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v4
37
38
- name: Test
39
run: |
@@ -59,9 +59,9 @@ jobs:
59
60
61
62
63
64
65
66
- name: Build sdist and wheel
67
@@ -70,7 +70,7 @@ jobs:
70
python setup.py sdist
71
72
- name: Capture sdist and wheel
73
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
74
with:
75
name: k5test
76
path: dist/*
0 commit comments