Skip to content

Commit

Permalink
Merge pull request #436 from jhlegarreta/BumpUploadArtifactAction
Browse files Browse the repository at this point in the history
ENH: Bump `upload-artifact` actions version to v4
  • Loading branch information
thewtex authored Jan 7, 2025
2 parents a63e366 + f0bd2af commit 2655a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ jobs:
ctest -j 2 -VV -S dashboard.cmake
- name: Publish Documentation html as GitHub Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Documentation
path: |
Expand Down

0 comments on commit 2655a81

Please sign in to comment.