Added getters to FilterLink

This commit is contained in:
Quentin Renard
2024-09-16 16:43:38 +02:00
parent f30e2ebee2
commit fba33b1e08
3 changed files with 217 additions and 74 deletions

View File

@@ -73,7 +73,7 @@ jobs:
- if: ${{ steps.load-ffmpeg-cache.outputs.cache-hit != 'true' }}
name: Save ffmpeg cache
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: ${{ env.FFMPEG_CACHE_PATH }}
key: ffmpeg-${{ env.FFMPEG_VERSION }}-${{ runner.os }}