File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 68
68
69
69
- name : Macos Use Python 3.11
70
70
if : runner.os == 'macOS'
71
- uses : actions/setup-python@v4
71
+ uses : actions/setup-python@v5
72
72
with :
73
73
python-version : 3.11 # ${{ matrix.python }}
74
74
env :
@@ -135,7 +135,7 @@ jobs:
135
135
npx pkg-prebuilds-copy --baseDir build/Release --source $BINDING_NAME_HIDRAW.node --name=$BINDING_NAME_HIDRAW --strip --napi_version=$NAPI_VERSION --arch=${{ matrix.arch }} --libc=${{ matrix.libc }}
136
136
137
137
- name : Upload artifacts
138
- uses : actions/upload-artifact@v3
138
+ uses : actions/upload-artifact@v4
139
139
with :
140
140
name : ${{ runner.os }}-${{ matrix.arch }}-${{ matrix.libc }}-prebuilds
141
141
path : prebuilds
@@ -146,7 +146,7 @@ jobs:
146
146
needs : build-and-test
147
147
runs-on : ubuntu-latest
148
148
steps :
149
- - uses : actions/download-artifact@v3
149
+ - uses : actions/download-artifact@v4
150
150
with :
151
151
path : tmp
152
152
@@ -156,7 +156,7 @@ jobs:
156
156
mv tmp/*/* prebuilds/
157
157
158
158
- name : Upload artifacts
159
- uses : actions/upload-artifact@v3
159
+ uses : actions/upload-artifact@v4
160
160
with :
161
161
name : all-prebuilds
162
162
path : prebuilds
You can’t perform that action at this time.
0 commit comments