Skip to content

Commit 5ecbeeb

Browse files
committed
fix: update actions/upload-artifact to 4.3.5
Fixes 'too many open files' issue: actions/upload-artifact#485
1 parent 2e58ef1 commit 5ecbeeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stash/save/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ runs:
115115
116116
- name: Upload Stash
117117
id: upload
118-
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
118+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
119119
with:
120120
name: ${{ steps.mung.outputs.stash_name }}
121121
path: ${{ inputs.path }}

0 commit comments

Comments
 (0)