File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
ruby-version : 2.4.1
17
17
- run : gem install awesome_bot
18
18
- run : for i in ${{ steps.file_changes.outputs.files_modified }}; do echo; echo "processing $i"; awesome_bot $i --allow-redirect --allow-dupe --allow-ssl || true; done
19
- - uses : actions/upload-artifact@v2
19
+ - uses : actions/upload-artifact@v4
20
20
with :
21
21
path : ${{ github.workspace }}/*.json
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ jobs:
46
46
commit_options : ' --no-verify --signoff'
47
47
48
48
- name : Archive chart image
49
- uses : actions/upload-artifact@v2
49
+ uses : actions/upload-artifact@v4
50
50
with :
51
51
name : open-chart
52
52
path : open-chart.png
53
53
54
54
- name : Download all workflow run artifacts
55
- uses : actions/download-artifact@v2
55
+ uses : actions/download-artifact@v5
You can’t perform that action at this time.
0 commit comments