Skip to content

Commit 12fa4f0

Browse files
committed
Merge branch 'main' of github.com:insight-platform/FFmpeg-Input
2 parents 689ccd8 + 668f933 commit 12fa4f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
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

0 commit comments

Comments
 (0)