Skip to content

Commit d2ca7e7

Browse files
Update Github upload-artifact action to v4 [skip ci]
1 parent 804afc2 commit d2ca7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# run: ctest -C Release -VV
3636
# working-directory: cmake_build_dir
3737
- name: Create Artifacts
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: Windows-Artifacts
4141
path: cmake_install_dir/

0 commit comments

Comments
 (0)