From d0ff487ea4cbc0556ba183203c3c9eeda78e6aff Mon Sep 17 00:00:00 2001 From: matt335672 <30179339+matt335672@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:37:43 +0000 Subject: [PATCH] CI: Move to V4 of upload-artifact https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ (cherry picked from commit 110df32016a6f97027a364b95208d11206e6d320) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96d8d9f8a0..d23d45fdcc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -153,7 +153,7 @@ jobs: if: ${{ matrix.DISTCHECK }} run: make distcheck -j $(nproc) - name: "Artifact: test-suite.log distcheck" - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() && steps.dist_check.outcome == 'failure' with: name: test-suite-distcheck-${{ matrix.cc }}-${{ matrix.feature_set }}