Skip to content

Commit 2b41ad9

Browse files
committed
Bump upload-artifact in build action
1 parent 09c8484 commit 2b41ad9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/create-native-bundle/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
env:
4242
NODE_OPTIONS: --max_old_space_size=6144
4343
- name: "Upload bundle for ${{ inputs.platform }}"
44-
uses: actions/upload-artifact@v3.1.2
44+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
4545
with:
4646
name: ${{ inputs.platform }}-bundle
4747
path: ${{ inputs.platform }}

0 commit comments

Comments
 (0)