Skip to content

Commit eb4cf39

Browse files
committed
fix CI error that include-hidden-files is not is not defined
1 parent e06762d commit eb4cf39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/setup-node-modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
110110
- name: Upload node_modules artifact
111111
if: inputs.upload-artifact
112-
uses: actions/upload-artifact@v4
112+
uses: actions/upload-artifact@v4.5.0
113113
with:
114114
name: ${{ steps.set-artifact-name.outputs.artifact-name }}
115115
path: |

0 commit comments

Comments
 (0)