Skip to content

Commit 7739e6e

Browse files
committed
Update build.yml
1 parent 9741c22 commit 7739e6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
linters:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v3
24-
- uses: actions/setup-python@v4
23+
- uses: actions/checkout@v4
24+
- uses: actions/setup-python@v5
2525
# with:
2626
# python-version: 3.8
2727
- run: pip install -r requirements.txt
@@ -137,7 +137,7 @@ jobs:
137137
138138
- name: Upload artifacts to github
139139
if: ${{github.event_name == 'push' && env.USE_OPENMP != 'True'}}
140-
uses: actions/upload-artifact@v1
140+
uses: actions/upload-artifact@v4
141141
with:
142142
name: wheels
143143
path: ./wheelhouse

0 commit comments

Comments
 (0)