Skip to content

Commit ff61457

Browse files
Update Github upload-artifact action to v4 [skip ci]
1 parent 19c41ed commit ff61457

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# run: ctest -C Release -VV
5757
# working-directory: cmake_build_dir
5858
- name: Create Artifacts
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
with:
6161
name: Ubuntu-Artifacts
6262
path: cmake_install_dir/
@@ -118,7 +118,7 @@ jobs:
118118
# run: ctest -C Release -VV
119119
# working-directory: cmake_build_dir
120120
- name: Create Artifacts
121-
uses: actions/upload-artifact@v3
121+
uses: actions/upload-artifact@v4
122122
with:
123123
name: Windows-Artifacts
124124
path: cmake_install_dir/
@@ -171,7 +171,7 @@ jobs:
171171
# # run: ctest -C Release -VV
172172
# # working-directory: cmake_build_dir
173173
# - name: Create Artifacts
174-
# uses: actions/upload-artifact@v3
174+
# uses: actions/upload-artifact@v4
175175
# with:
176176
# name: MacOS-Artifacts
177177
# path: cmake_install_dir/

0 commit comments

Comments
 (0)