Commit 74942f6 1 parent 1cd571b commit 74942f6 Copy full SHA for 74942f6
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ jobs:
248
248
run : echo ${{ steps.fc.outputs.comment-id }} >> output/commentId
249
249
250
250
- name : Upload folder with number and markdown
251
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
251
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
252
252
with :
253
253
name : output
254
254
path : output/
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158
158
159
159
- name : Upload markdown
160
160
if : success() || failure()
161
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
161
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
162
162
with :
163
163
name : comment-${{ inputs.check }}
164
164
path : current_repo/output/comment.md
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ jobs:
180
180
181
181
- name : Upload folder with number and markdown
182
182
if : ${{ !inputs.write-comments }}
183
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
183
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
184
184
with :
185
185
name : output
186
186
path : output/
You can’t perform that action at this time.
0 commit comments