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 }}