@dword-design/base 11.3.4 → 11.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -105,8 +105,10 @@ Object {
105
105
  "run": "pnpm test",
106
106
  },
107
107
  Object {
108
+ "if": "always()",
108
109
  "uses": "actions/upload-artifact@v4",
109
110
  "with": Object {
111
+ "if-no-files-found": "ignore",
110
112
  "name": "Images from tests",
111
113
  "path": "**/__image_snapshots__/__diff_output__
112
114
  test-results/*/trace.zip",
@@ -261,8 +263,10 @@ Object {
261
263
  "run": "pnpm test",
262
264
  },
263
265
  Object {
266
+ "if": "always()",
264
267
  "uses": "actions/upload-artifact@v4",
265
268
  "with": Object {
269
+ "if-no-files-found": "ignore",
266
270
  "name": "Images from tests",
267
271
  "path": "**/__image_snapshots__/__diff_output__
268
272
  test-results/*/trace.zip",
@@ -413,8 +417,10 @@ Object {
413
417
  "run": "pnpm test",
414
418
  },
415
419
  Object {
420
+ "if": "always()",
416
421
  "uses": "actions/upload-artifact@v4",
417
422
  "with": Object {
423
+ "if-no-files-found": "ignore",
418
424
  "name": "Images from tests",
419
425
  "path": "**/__image_snapshots__/__diff_output__
420
426
  test-results/*/trace.zip",
@@ -510,8 +516,10 @@ Object {
510
516
  "run": "pnpm test",
511
517
  },
512
518
  Object {
519
+ "if": "always()",
513
520
  "uses": "actions/upload-artifact@v4",
514
521
  "with": Object {
522
+ "if-no-files-found": "ignore",
515
523
  "name": "Images from tests",
516
524
  "path": "**/__image_snapshots__/__diff_output__
517
525
  test-results/*/trace.zip",
@@ -663,8 +671,10 @@ Object {
663
671
  "run": "pnpm test",
664
672
  },
665
673
  Object {
674
+ "if": "always()",
666
675
  "uses": "actions/upload-artifact@v4",
667
676
  "with": Object {
677
+ "if-no-files-found": "ignore",
668
678
  "name": "Images from tests",
669
679
  "path": "**/__image_snapshots__/__diff_output__
670
680
  test-results/*/trace.zip",
@@ -821,8 +831,10 @@ Object {
821
831
  "run": "pnpm test",
822
832
  },
823
833
  Object {
834
+ "if": "always()",
824
835
  "uses": "actions/upload-artifact@v4",
825
836
  "with": Object {
837
+ "if-no-files-found": "ignore",
826
838
  "name": "Images from tests",
827
839
  "path": "**/__image_snapshots__/__diff_output__
828
840
  test-results/*/trace.zip",
@@ -1070,8 +1082,10 @@ Object {
1070
1082
  "run": "pnpm test",
1071
1083
  },
1072
1084
  Object {
1085
+ "if": "always()",
1073
1086
  "uses": "actions/upload-artifact@v4",
1074
1087
  "with": Object {
1088
+ "if-no-files-found": "ignore",
1075
1089
  "name": "Images from tests",
1076
1090
  "path": "**/__image_snapshots__/__diff_output__
1077
1091
  test-results/*/trace.zip",
@@ -1167,8 +1181,10 @@ Object {
1167
1181
  "run": "pnpm test",
1168
1182
  },
1169
1183
  Object {
1184
+ "if": "always()",
1170
1185
  "uses": "actions/upload-artifact@v4",
1171
1186
  "with": Object {
1187
+ "if-no-files-found": "ignore",
1172
1188
  "name": "Images from tests",
1173
1189
  "path": "**/__image_snapshots__/__diff_output__
1174
1190
  test-results/*/trace.zip",
@@ -26,8 +26,10 @@ export default () => {
26
26
  },
27
27
  run: 'pnpm test'
28
28
  }, {
29
+ if: 'always()',
29
30
  uses: gitHubAction`actions/upload-artifact@v4`,
30
31
  with: {
32
+ 'if-no-files-found': 'ignore',
31
33
  name: 'Images from tests',
32
34
  path: endent`
33
35
  **/__image_snapshots__/__diff_output__
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base",
3
- "version": "11.3.4",
3
+ "version": "11.3.6",
4
4
  "description": "Base package for projects.",
5
5
  "repository": "dword-design/base",
6
6
  "funding": "https://github.com/sponsors/dword-design",