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 9741c22 commit 7739e6eCopy full SHA for 7739e6e
.github/workflows/build.yml
@@ -20,8 +20,8 @@ jobs:
20
linters:
21
runs-on: ubuntu-latest
22
steps:
23
- - uses: actions/checkout@v3
24
- - uses: actions/setup-python@v4
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
25
# with:
26
# python-version: 3.8
27
- run: pip install -r requirements.txt
@@ -137,7 +137,7 @@ jobs:
137
138
- name: Upload artifacts to github
139
if: ${{github.event_name == 'push' && env.USE_OPENMP != 'True'}}
140
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
141
with:
142
name: wheels
143
path: ./wheelhouse
0 commit comments