We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d5156 commit c645514Copy full SHA for c645514
.github/workflows/build-ffmpeg.yml
@@ -41,8 +41,8 @@ jobs:
41
run:
42
shell: ${{ matrix.shell }}
43
steps:
44
- - uses: actions/checkout@v4
45
- - uses: actions/setup-python@v5
+ - uses: actions/checkout@v6
+ - uses: actions/setup-python@v6
46
with:
47
python-version: "3.13"
48
- name: Set deployment target
@@ -78,7 +78,7 @@ jobs:
78
cibuildwheel --output-dir output
79
rm -f output/*.whl
80
- name: Upload FFmpeg
81
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
82
83
name: output-${{ matrix.os }}-${{ matrix.arch }}
84
path: output/
0 commit comments