Skip to content

Commit 7157d82

Browse files
committed
fix CI
1 parent 77c5594 commit 7157d82

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
container: quay.io/pypa/manylinux2014_x86_64
1515
env:
1616
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
17+
GHA_USE_NODE_20: false
1718
strategy:
1819
matrix:
1920
python:
@@ -46,7 +47,7 @@ jobs:
4647
steps:
4748

4849
- name: Checkout sources
49-
uses: actions/checkout@v1
50+
uses: actions/checkout@v3
5051
with:
5152
submodules: true
5253

@@ -159,13 +160,13 @@ jobs:
159160
run: python setup.py sdist
160161

161162
- name: Upload wheel
162-
uses: actions/upload-artifact@v2
163+
uses: actions/upload-artifact@v4
163164
with:
164165
name: grid2op-wheel-${{ matrix.config.name }}-${{ matrix.python.name }}
165166
path: dist/*.whl
166167

167168
- name: Upload source archive
168-
uses: actions/upload-artifact@v2
169+
uses: actions/upload-artifact@v4
169170
if: matrix.config.name == 'darwin' && matrix.python.name == 'cp310'
170171
with:
171172
name: grid2op-sources
@@ -238,12 +239,12 @@ jobs:
238239

239240
steps:
240241
- name: Download wheels
241-
uses: actions/download-artifact@v2
242+
uses: actions/download-artifact@v4
242243
with:
243244
path: download
244245

245246
- name: Upload wheels
246-
uses: actions/upload-artifact@v2
247+
uses: actions/upload-artifact@v4
247248
with:
248249
name: grid2op-wheels
249250
path: |

0 commit comments

Comments
 (0)