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