mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
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:
parent
ef1d31955a
commit
e4e89feeed
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user