We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1d319 commit e4e89feCopy full SHA for e4e89fe
.github/workflows/ci.yml
@@ -609,7 +609,7 @@ jobs:
609
# git diff doesn't check untracked files, we need to stage those then compare with HEAD.
610
run: git add . && git diff --exit-code HEAD naga/tests/out
611
612
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
613
if: always() # We want artifacts even if the tests fail.
614
with:
615
name: comparison-images-${{ matrix.os }}
0 commit comments