Skip to content

Commit 5a2c53d

Browse files
Update actions/upload-artifact digest to 4cec3d8
1 parent c885389 commit 5a2c53d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/gradle-task/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ runs:
123123

124124
- name: Upload heap dump
125125
if: failure()
126-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
126+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
127127
with:
128128
name: heap-dump
129129
path: ${{github.workspace}}/**/*{.hprof,.log}

.github/actions/gradle-tasks-with-emulator/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ runs:
105105

106106
- name: Upload results
107107
if: ${{ always() }}
108-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
108+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
109109
with:
110110
name: ${{ inputs.tests-name }}
111111
path: ${{github.workspace}}/**/build/reports/androidTests/connected/**

0 commit comments

Comments
 (0)