@dword-design/base 11.3.5 → 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.
@@ -108,6 +108,7 @@ Object {
108
108
  "if": "always()",
109
109
  "uses": "actions/upload-artifact@v4",
110
110
  "with": Object {
111
+ "if-no-files-found": "ignore",
111
112
  "name": "Images from tests",
112
113
  "path": "**/__image_snapshots__/__diff_output__
113
114
  test-results/*/trace.zip",
@@ -265,6 +266,7 @@ Object {
265
266
  "if": "always()",
266
267
  "uses": "actions/upload-artifact@v4",
267
268
  "with": Object {
269
+ "if-no-files-found": "ignore",
268
270
  "name": "Images from tests",
269
271
  "path": "**/__image_snapshots__/__diff_output__
270
272
  test-results/*/trace.zip",
@@ -418,6 +420,7 @@ Object {
418
420
  "if": "always()",
419
421
  "uses": "actions/upload-artifact@v4",
420
422
  "with": Object {
423
+ "if-no-files-found": "ignore",
421
424
  "name": "Images from tests",
422
425
  "path": "**/__image_snapshots__/__diff_output__
423
426
  test-results/*/trace.zip",
@@ -516,6 +519,7 @@ Object {
516
519
  "if": "always()",
517
520
  "uses": "actions/upload-artifact@v4",
518
521
  "with": Object {
522
+ "if-no-files-found": "ignore",
519
523
  "name": "Images from tests",
520
524
  "path": "**/__image_snapshots__/__diff_output__
521
525
  test-results/*/trace.zip",
@@ -670,6 +674,7 @@ Object {
670
674
  "if": "always()",
671
675
  "uses": "actions/upload-artifact@v4",
672
676
  "with": Object {
677
+ "if-no-files-found": "ignore",
673
678
  "name": "Images from tests",
674
679
  "path": "**/__image_snapshots__/__diff_output__
675
680
  test-results/*/trace.zip",
@@ -829,6 +834,7 @@ Object {
829
834
  "if": "always()",
830
835
  "uses": "actions/upload-artifact@v4",
831
836
  "with": Object {
837
+ "if-no-files-found": "ignore",
832
838
  "name": "Images from tests",
833
839
  "path": "**/__image_snapshots__/__diff_output__
834
840
  test-results/*/trace.zip",
@@ -1079,6 +1085,7 @@ Object {
1079
1085
  "if": "always()",
1080
1086
  "uses": "actions/upload-artifact@v4",
1081
1087
  "with": Object {
1088
+ "if-no-files-found": "ignore",
1082
1089
  "name": "Images from tests",
1083
1090
  "path": "**/__image_snapshots__/__diff_output__
1084
1091
  test-results/*/trace.zip",
@@ -1177,6 +1184,7 @@ Object {
1177
1184
  "if": "always()",
1178
1185
  "uses": "actions/upload-artifact@v4",
1179
1186
  "with": Object {
1187
+ "if-no-files-found": "ignore",
1180
1188
  "name": "Images from tests",
1181
1189
  "path": "**/__image_snapshots__/__diff_output__
1182
1190
  test-results/*/trace.zip",
@@ -29,6 +29,7 @@ export default () => {
29
29
  if: 'always()',
30
30
  uses: gitHubAction`actions/upload-artifact@v4`,
31
31
  with: {
32
+ 'if-no-files-found': 'ignore',
32
33
  name: 'Images from tests',
33
34
  path: endent`
34
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.5",
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",