Commit 553e2b8 1 parent 1a203e4 commit 553e2b8 Copy full SHA for 553e2b8
File tree 4 files changed +16
-14
lines changed
4 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 91
91
cmake --build .
92
92
93
93
- name : Upload artifacts
94
- uses : actions/upload-artifact@v3
94
+ uses : actions/upload-artifact@v4
95
95
with :
96
96
name : c-libraries-${{ matrix.os.matrix }}-${{ matrix.arch.matrix }}
97
97
path : ./src/lib
@@ -118,7 +118,7 @@ jobs:
118
118
Compress-Archive -Path ${{ env.DIST_DIR }}/* -Destination chiavdfc-${{ matrix.os.matrix }}-${{ matrix.arch.matrix }}.zip
119
119
120
120
- name : Upload zip as artifact
121
- uses : actions/upload-artifact@v3
121
+ uses : actions/upload-artifact@v4
122
122
with :
123
123
name : chiavdfc-${{ matrix.os.matrix }}-${{ matrix.arch.matrix }}
124
124
path : |
Original file line number Diff line number Diff line change 73
73
'
74
74
75
75
- name : Upload artifacts
76
- uses : actions/upload-artifact@v3
76
+ uses : actions/upload-artifact@v4
77
77
with :
78
- name : packages
78
+ name : packages-${{ matrix.os.name }}-${{ matrix.python.major-dot-minor }}
79
79
path : ./dist
80
80
if-no-files-found : error
81
81
upload :
96
96
97
97
- name : Download artifacts
98
98
if : env.RELEASE == 'true'
99
- uses : actions/download-artifact@v3
99
+ uses : actions/download-artifact@v4
100
100
with :
101
- name : packages
101
+ merge-multiple : true
102
+ pattern : packages-*
102
103
path : ./dist
103
104
104
105
- name : Configure AWS credentials
Original file line number Diff line number Diff line change @@ -123,9 +123,9 @@ jobs:
123
123
pipx run --spec='cibuildwheel==2.16.2' cibuildwheel --output-dir dist 2>&1
124
124
125
125
- name : Upload artifacts
126
- uses : actions/upload-artifact@v3
126
+ uses : actions/upload-artifact@v4
127
127
with :
128
- name : packages
128
+ name : packages-${{ matrix.os.name }}-${{ matrix.python.major-dot-minor }}-${{ matrix.arch.name }}
129
129
path : ./dist
130
130
131
131
build-sdist :
@@ -166,9 +166,9 @@ jobs:
166
166
python -m build --sdist --outdir dist .
167
167
168
168
- name : Upload artifacts
169
- uses : actions/upload-artifact@v3
169
+ uses : actions/upload-artifact@v4
170
170
with :
171
- name : packages
171
+ name : packages-sdist-${{ matrix.os.name }}-${{ matrix.python.major-dot-minor }}-${{ matrix.arch.name }}
172
172
path : ./dist
173
173
174
174
check :
@@ -255,9 +255,10 @@ jobs:
255
255
python-version : ${{ matrix.python.major-dot-minor }}
256
256
257
257
- name : Download artifacts
258
- uses : actions/download-artifact@v3
258
+ uses : actions/download-artifact@v4
259
259
with :
260
- name : packages
260
+ merge-multiple : true
261
+ pattern : packages-*
261
262
path : ./dist
262
263
263
264
- name : Publish distribution to PyPI
Original file line number Diff line number Diff line change 54
54
run : make -f Makefile.vdf-client emu_hw_test hw_test emu_hw_vdf_client hw_vdf_client
55
55
56
56
- name : Upload Artifacts
57
- uses : actions/upload-artifact@v3
57
+ uses : actions/upload-artifact@v4
58
58
with :
59
59
name : hw-vdf
60
60
path : |
88
88
echo "DEB_NAME=$CLI_DEB_BASE.deb" >> $GITHUB_ENV
89
89
90
90
- name : Upload Installer
91
- uses : actions/upload-artifact@v3
91
+ uses : actions/upload-artifact@v4
92
92
with :
93
93
name : installer
94
94
path : |
You can’t perform that action at this time.
0 commit comments