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 4848 steps :
4949 - uses : actions/checkout@v4
5050 - name : Download Generated Client
51- uses : actions/download-artifact@v4
51+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
5252 with :
5353 name : example-${{ inputs.name }}-client
5454 path : ./
8181 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
8282 - run : git config --global --add safe.directory $GITHUB_WORKSPACE # Do this ourself because `actions/checkout@v3 doesn't succeed in doing this
8383 - name : Download Generated Client
84- uses : actions/download-artifact@v4
84+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
8585 with :
8686 name : example-${{ inputs.name }}-client
8787 path : ./
You can’t perform that action at this time.
0 commit comments