File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6666 run : docker run --rm -v $(pwd)/distfiles:/tmp ffmpeg_input cp -R /opt/dist /tmp
6767
6868 - name : Upload wheels
69- uses : actions/upload-artifact@v3
69+ uses : actions/upload-artifact@v4
7070 with :
7171 name : wheels-${{ matrix.name }}
7272 path : distfiles/dist
@@ -77,10 +77,10 @@ jobs:
7777 if : " startsWith(github.ref, 'refs/tags/')"
7878 needs : [linux]
7979 steps :
80- - uses : actions/download-artifact@v4.1.7
80+ - uses : actions/download-artifact@v4
8181 with :
8282 name : wheels-manylinux-arm
83- - uses : actions/download-artifact@v4.1.7
83+ - uses : actions/download-artifact@v4
8484 with :
8585 name : wheels-manylinux-x86
8686 - name : Publish to PyPI
@@ -91,11 +91,11 @@ jobs:
9191 command : upload
9292 args : --skip-existing *
9393 - name : Download native artifacts ARM
94- uses : actions/download-artifact@v4.1.7
94+ uses : actions/download-artifact@v4
9595 with :
9696 name : wheels-native-arm
9797 - name : Download native artifacts x86
98- uses : actions/download-artifact@v4.1.7
98+ uses : actions/download-artifact@v4
9999 with :
100100 name : wheels-native-x86
101101 - name : Attach Artifacts to the release
You can’t perform that action at this time.
0 commit comments