File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
# run: ctest -C Release -VV
57
57
# working-directory: cmake_build_dir
58
58
- name : Create Artifacts
59
- uses : actions/upload-artifact@v3
59
+ uses : actions/upload-artifact@v4
60
60
with :
61
61
name : Ubuntu-Artifacts
62
62
path : cmake_install_dir/
@@ -118,7 +118,7 @@ jobs:
118
118
# run: ctest -C Release -VV
119
119
# working-directory: cmake_build_dir
120
120
- name : Create Artifacts
121
- uses : actions/upload-artifact@v3
121
+ uses : actions/upload-artifact@v4
122
122
with :
123
123
name : Windows-Artifacts
124
124
path : cmake_install_dir/
@@ -171,7 +171,7 @@ jobs:
171
171
# # run: ctest -C Release -VV
172
172
# # working-directory: cmake_build_dir
173
173
# - name: Create Artifacts
174
- # uses: actions/upload-artifact@v3
174
+ # uses: actions/upload-artifact@v4
175
175
# with:
176
176
# name: MacOS-Artifacts
177
177
# path: cmake_install_dir/
You can’t perform that action at this time.
0 commit comments