Skip to content

Commit a7fdf63

Browse files
dependabot[bot]AnimMouse
authored andcommitted
chore(deps): Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c0a8a9 commit a7fdf63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ffmpeg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140

141141
steps:
142142
- name: Download FFmpeg binaries
143-
uses: actions/download-artifact@v6
143+
uses: actions/download-artifact@v7
144144
with:
145145
name: ffmpeg-${{ matrix.os }}
146146

@@ -178,7 +178,7 @@ jobs:
178178
runs-on: ubuntu-latest
179179
steps:
180180
- name: Download FFmpeg archives
181-
uses: actions/download-artifact@v6
181+
uses: actions/download-artifact@v7
182182
with:
183183
pattern: ffmpeg-archive-*
184184
merge-multiple: true

0 commit comments

Comments
 (0)