Skip to content

Commit 2655a81

Browse files
authored
Merge pull request #436 from jhlegarreta/BumpUploadArtifactAction
ENH: Bump `upload-artifact` actions version to v4
2 parents a63e366 + f0bd2af commit 2655a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ jobs:
364364
ctest -j 2 -VV -S dashboard.cmake
365365
366366
- name: Publish Documentation html as GitHub Artifact
367-
uses: actions/upload-artifact@v3
367+
uses: actions/upload-artifact@v4
368368
with:
369369
name: Documentation
370370
path: |

0 commit comments

Comments
 (0)