Skip to content

Commit c645514

Browse files
committed
Upgrade action versions
1 parent 02d5156 commit c645514

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-ffmpeg.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
run:
4242
shell: ${{ matrix.shell }}
4343
steps:
44-
- uses: actions/checkout@v4
45-
- uses: actions/setup-python@v5
44+
- uses: actions/checkout@v6
45+
- uses: actions/setup-python@v6
4646
with:
4747
python-version: "3.13"
4848
- name: Set deployment target
@@ -78,7 +78,7 @@ jobs:
7878
cibuildwheel --output-dir output
7979
rm -f output/*.whl
8080
- name: Upload FFmpeg
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v6
8282
with:
8383
name: output-${{ matrix.os }}-${{ matrix.arch }}
8484
path: output/

0 commit comments

Comments
 (0)