Skip to content

Commit e04403e

Browse files
committed
Change build-dependencies.yml
1 parent 00f057c commit e04403e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-dependencies.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99

1010
steps:
1111
- name: Checkout the repository
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

1414
- name: Set up Visual Studio
1515
uses: microsoft/setup-msbuild@v1
1616
with:
17-
vs-version: 'latest' # Use the latest version of Visual Studio
17+
vs-version: 'latest'
1818

1919
- name: Install CUDA
2020
run: |
@@ -37,7 +37,7 @@ jobs:
3737
msbuild /p:Configuration=Release /p:Platform=x64
3838
3939
- name: Upload FFmpeg artifacts
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: ffmpeg-build-artifacts
4343
path: |

0 commit comments

Comments
 (0)