chore(deps): update actions/upload-artifact action to v5 (#8434)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-10-27 11:58:55 +01:00 committed by GitHub
parent ef1d31955a
commit e4e89feeed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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