File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 ruby-version : 2.4.1
1717 - run : gem install awesome_bot
1818 - 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@v5
2020 with :
2121 path : ${{ github.workspace }}/*.json
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ jobs:
4646 commit_options : ' --no-verify --signoff'
4747
4848 - name : Archive chart image
49- uses : actions/upload-artifact@v2
49+ uses : actions/upload-artifact@v5
5050 with :
5151 name : open-chart
5252 path : open-chart.png
5353
5454 - name : Download all workflow run artifacts
55- uses : actions/download-artifact@v2
55+ uses : actions/download-artifact@v6
You can’t perform that action at this time.
0 commit comments