File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 # that's when you most want to eyeball the rendered output.
9999 - name : Upload rendered snapshots
100100 if : always()
101- uses : actions/upload-artifact@v4
101+ uses : actions/upload-artifact@v7
102102 with :
103103 name : snapshots
104104 path : artifacts/test-results/snapshots/
@@ -107,7 +107,7 @@ jobs:
107107
108108 - name : Upload test results
109109 if : always()
110- uses : actions/upload-artifact@v4
110+ uses : actions/upload-artifact@v7
111111 with :
112112 name : test-results
113113 path : TestResults/
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138138
139139 - name : Upload Inkscape PNGs
140140 if : always()
141- uses : actions/upload-artifact@v4
141+ uses : actions/upload-artifact@v7
142142 with :
143143 name : inkscape-exports
144144 path : inkscape-exports/
@@ -147,7 +147,7 @@ jobs:
147147
148148 - name : Upload source SVGs
149149 if : always()
150- uses : actions/upload-artifact@v4
150+ uses : actions/upload-artifact@v7
151151 with :
152152 name : source-svgs
153153 path : artifacts/test-results/snapshots/
You can’t perform that action at this time.
0 commit comments