Skip to content

Commit 0d24e60

Browse files
jhlegarretadzenanz
authored andcommitted
ENH: Bump actions/upload-artifact action to v3
Bump `actions/upload-artifact` action to v3.
1 parent 67c46c7 commit 0d24e60

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
@@ -357,7 +357,7 @@ jobs:
357357
ctest -j 2 -VV -S dashboard.cmake
358358
359359
- name: Publish Documentation html as GitHub Artifact
360-
uses: actions/upload-artifact@v2
360+
uses: actions/upload-artifact@v3
361361
with:
362362
name: Documentation
363363
path: |

0 commit comments

Comments
 (0)