Skip to content

Commit

Permalink
fix: update actions/upload-artifact to 4.3.5
Browse files Browse the repository at this point in the history
Fixes 'too many open files' issue:
actions/upload-artifact#485
  • Loading branch information
assignUser committed Sep 1, 2024
1 parent 2e58ef1 commit 5ecbeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stash/save/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ runs:
- name: Upload Stash
id: upload
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
with:
name: ${{ steps.mung.outputs.stash_name }}
path: ${{ inputs.path }}
Expand Down

0 comments on commit 5ecbeeb

Please sign in to comment.