File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66
66
run : docker run --rm -v $(pwd)/distfiles:/tmp ffmpeg_input cp -R /opt/dist /tmp
67
67
68
68
- name : Upload wheels
69
- uses : actions/upload-artifact@v3
69
+ uses : actions/upload-artifact@v4
70
70
with :
71
71
name : wheels-${{ matrix.name }}
72
72
path : distfiles/dist
@@ -77,10 +77,10 @@ jobs:
77
77
if : " startsWith(github.ref, 'refs/tags/')"
78
78
needs : [linux]
79
79
steps :
80
- - uses : actions/download-artifact@v4.1.7
80
+ - uses : actions/download-artifact@v4
81
81
with :
82
82
name : wheels-manylinux-arm
83
- - uses : actions/download-artifact@v4.1.7
83
+ - uses : actions/download-artifact@v4
84
84
with :
85
85
name : wheels-manylinux-x86
86
86
- name : Publish to PyPI
@@ -91,11 +91,11 @@ jobs:
91
91
command : upload
92
92
args : --skip-existing *
93
93
- name : Download native artifacts ARM
94
- uses : actions/download-artifact@v4.1.7
94
+ uses : actions/download-artifact@v4
95
95
with :
96
96
name : wheels-native-arm
97
97
- name : Download native artifacts x86
98
- uses : actions/download-artifact@v4.1.7
98
+ uses : actions/download-artifact@v4
99
99
with :
100
100
name : wheels-native-x86
101
101
- name : Attach Artifacts to the release
You can’t perform that action at this time.
0 commit comments