Skip to content

Commit f0bd2af

Browse files
committed
ENH: Bump upload-artifact actions version to v4
Bump `upload-artifact` actions version to v4. Fixes: ``` Artifact actions v3 will be closing down by January 30, 2025. You are receiving this email because you have GitHub Actions workflows using v3 of actions/upload-artifact or actions/download-artifact. After this date using v3 of these actions will result in a workflow failure. ``` received via email on Jan 7, 2025 from GitHub.
1 parent a63e366 commit f0bd2af

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)