File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,12 +110,12 @@ jobs:
110110 printf '[diff "font"]\n\tbinary = true\n\ttextconv = ttx -q -i -o -' >> ~/.gitconfig
111111 git diff --exit-code
112112
113- - uses : actions/upload-artifact@v3
113+ - uses : actions/upload-artifact@v4
114114 if : failure()
115115 with :
116116 name : fonts
117117 path : fonts
118- - uses : actions/upload-artifact@v3
118+ - uses : actions/upload-artifact@v4
119119 if : failure()
120120 with :
121121 name : metrics
Original file line number Diff line number Diff line change @@ -81,12 +81,12 @@ jobs:
8181 docker logs ${{ job.services.selenium.id }}
8282 echo "::$TOKEN::"
8383
84- - uses : actions/upload-artifact@v3
84+ - uses : actions/upload-artifact@v4
8585 if : failure()
8686 with :
8787 name : new-${{ matrix.browser }}
8888 path : test/screenshotter/new
89- - uses : actions/upload-artifact@v3
89+ - uses : actions/upload-artifact@v4
9090 if : failure()
9191 with :
9292 name : diff-${{ matrix.browser }}
You can’t perform that action at this time.
0 commit comments