From f0bd2af9c7faefe5aa87e50fc1b4eccce424f948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Tue, 7 Jan 2025 12:15:18 -0500 Subject: [PATCH] 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. --- .github/workflows/build-test-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index c00ab240e..21c8fad74 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -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: |