From e4e89feeedd3da3f3a61cf404bc9061d15d248ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 11:58:55 +0100 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 (#8434) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d22937e8f..f61ec6e22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -609,7 +609,7 @@ jobs: # git diff doesn't check untracked files, we need to stage those then compare with HEAD. run: git add . && git diff --exit-code HEAD naga/tests/out - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: always() # We want artifacts even if the tests fail. with: name: comparison-images-${{ matrix.os }}