This repository was archived by the owner on Mar 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 31
31
cargo build --release
32
32
33
33
- name : Upload pythonbuild Executable
34
- uses : actions/upload-artifact@v3
34
+ uses : actions/upload-artifact@v4
35
35
with :
36
36
name : pythonbuild
37
37
path : target/release/pythonbuild
@@ -151,7 +151,7 @@ jobs:
151
151
python-version : ' 3.11'
152
152
153
153
- name : Download pythonbuild
154
- uses : actions/download-artifact@v3
154
+ uses : actions/download-artifact@v4
155
155
with :
156
156
name : pythonbuild
157
157
path : build
@@ -192,7 +192,7 @@ jobs:
192
192
build/pythonbuild validate-distribution --macos-sdks-path macosx-sdks ${EXTRA_ARGS} dist/*.tar.zst
193
193
194
194
- name : Upload Distributions
195
- uses : actions/upload-artifact@v3
195
+ uses : actions/upload-artifact@v4
196
196
with :
197
197
name : ${{ matrix.build.py }}-${{ matrix.build.target_triple }}
198
198
path : dist/*
Original file line number Diff line number Diff line change 36
36
cargo build --release
37
37
38
38
- name : Upload pythonbuild Executable
39
- uses : actions/upload-artifact@v3
39
+ uses : actions/upload-artifact@v4
40
40
with :
41
41
name : pythonbuild
42
42
path : target/release/pythonbuild
@@ -106,7 +106,7 @@ jobs:
106
106
zstd -v -T0 -6 --rm build/image-*.tar
107
107
108
108
- name : Upload Docker Image
109
- uses : actions/upload-artifact@v3
109
+ uses : actions/upload-artifact@v4
110
110
with :
111
111
name : images
112
112
path : build/image-*
@@ -775,13 +775,13 @@ jobs:
775
775
python-version : ' 3.11'
776
776
777
777
- name : Download pythonbuild
778
- uses : actions/download-artifact@v3
778
+ uses : actions/download-artifact@v4
779
779
with :
780
780
name : pythonbuild
781
781
path : build
782
782
783
783
- name : Download images
784
- uses : actions/download-artifact@v3
784
+ uses : actions/download-artifact@v4
785
785
with :
786
786
name : images
787
787
path : build
@@ -819,7 +819,7 @@ jobs:
819
819
build/pythonbuild validate-distribution ${EXTRA_ARGS} dist/*.tar.zst
820
820
821
821
- name : Upload Distribution
822
- uses : actions/upload-artifact@v3
822
+ uses : actions/upload-artifact@v4
823
823
with :
824
824
name : ${{ matrix.build.py }}-${{ matrix.build.target_triple }}
825
825
path : dist/*
Original file line number Diff line number Diff line change 31
31
cargo build --release
32
32
33
33
- name : Upload executable
34
- uses : actions/upload-artifact@v3
34
+ uses : actions/upload-artifact@v4
35
35
with :
36
36
name : pythonbuild
37
37
path : target/release/pythonbuild.exe
69
69
python-version : ' 3.11'
70
70
71
71
- name : Download pythonbuild Executable
72
- uses : actions/download-artifact@v3
72
+ uses : actions/download-artifact@v4
73
73
with :
74
74
name : pythonbuild
75
75
91
91
.\pythonbuild.exe validate-distribution --run $Dists
92
92
93
93
- name : Upload Distributions
94
- uses : actions/upload-artifact@v3
94
+ uses : actions/upload-artifact@v4
95
95
with :
96
96
name : ${{ matrix.py }}-${{ matrix.vcvars }}
97
97
path : dist/*
You can’t perform that action at this time.
0 commit comments