Skip to content

Commit e4e89fe

Browse files
chore(deps): update actions/upload-artifact action to v5 (#8434)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef1d319 commit e4e89fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ jobs:
609609
# git diff doesn't check untracked files, we need to stage those then compare with HEAD.
610610
run: git add . && git diff --exit-code HEAD naga/tests/out
611611

612-
- uses: actions/upload-artifact@v4
612+
- uses: actions/upload-artifact@v5
613613
if: always() # We want artifacts even if the tests fail.
614614
with:
615615
name: comparison-images-${{ matrix.os }}

0 commit comments

Comments
 (0)