File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
COMMENT_AUTHOR : ${{ github.event.comment.user.login }}
28
28
29
29
- name : Upload artifacts
30
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
30
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
31
31
with :
32
32
name : issue-todo
33
33
path : issue/
Original file line number Diff line number Diff line change 35
35
# The default artifact download action doesn't support cross-workflow
36
36
# artifacts, so use a 3rd party one.
37
37
- name : ' Download linting results'
38
- uses : dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc
38
+ uses : dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295
39
39
with :
40
40
workflow : ${{env.workflow_name}}
41
41
run_id : ${{github.event.workflow_run.id }}
You can’t perform that action at this time.
0 commit comments