From bc10de9e59fdf46c6755af834f33bcfb41b6a077 Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Wed, 31 Dec 2025 15:00:05 -0500 Subject: [PATCH] Upgrade action versions --- .github/workflows/build-ffmpeg.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-ffmpeg.yml b/.github/workflows/build-ffmpeg.yml index 296a2519..0bd22c6c 100644 --- a/.github/workflows/build-ffmpeg.yml +++ b/.github/workflows/build-ffmpeg.yml @@ -41,8 +41,8 @@ jobs: run: shell: ${{ matrix.shell }} steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/checkout@v6 + - uses: actions/setup-python@v6 with: python-version: "3.13" - name: Set deployment target @@ -78,7 +78,7 @@ jobs: cibuildwheel --output-dir output rm -f output/*.whl - name: Upload FFmpeg - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: output-${{ matrix.os }}-${{ matrix.arch }} path: output/