File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 48
48
steps :
49
49
- uses : actions/checkout@v4
50
50
- name : Download Generated Client
51
- uses : actions/download-artifact@v4
51
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
52
52
with :
53
53
name : example-${{ inputs.name }}-client
54
54
path : ./
81
81
fetch-depth : 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
82
82
- run : git config --global --add safe.directory $GITHUB_WORKSPACE # Do this ourself because `actions/checkout@v3 doesn't succeed in doing this
83
83
- name : Download Generated Client
84
- uses : actions/download-artifact@v4
84
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
85
85
with :
86
86
name : example-${{ inputs.name }}-client
87
87
path : ./
You can’t perform that action at this time.
0 commit comments