File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3737 - name : Setup Node
3838 uses : actions/setup-node@v6
3939 - name : Download release scripts
40- uses : actions/download-artifact@v5
40+ uses : actions/download-artifact@v6
4141 with :
4242 name : release-scripts
4343 github-token : ${{ secrets.api_bot_pat }}
Original file line number Diff line number Diff line change 5252 echo "$(pwd)/bin" >> "${GITHUB_PATH}"
5353 popd
5454 - name : Download release scripts
55- uses : actions/download-artifact@v5
55+ uses : actions/download-artifact@v6
5656 with :
5757 name : release-scripts
5858 github-token : ${{ secrets.api_bot_pat }}
Original file line number Diff line number Diff line change 5151 - name : Install npm dependencies
5252 run : npm install
5353 - name : Download openapi-foas
54- uses : actions/download-artifact@v5
54+ uses : actions/download-artifact@v6
5555 with :
5656 name : openapi-foas-${{ inputs.env }}
5757 github-token : ${{ secrets.api_bot_pat }}
Original file line number Diff line number Diff line change @@ -69,20 +69,20 @@ jobs:
6969 echo "$(pwd)/bin" >> "${GITHUB_PATH}"
7070 popd
7171 - name : Download base folder
72- uses : actions/download-artifact@v5
72+ uses : actions/download-artifact@v6
7373 with :
7474 name : base-${{ inputs.env }}
7575 path : changelog/base
7676 github-token : ${{ secrets.api_bot_pat }}
7777 run-id : ${{ github.run_id }}
7878 - name : Download metadata files
79- uses : actions/download-artifact@v5
79+ uses : actions/download-artifact@v6
8080 with :
8181 name : openapi-foas-${{ inputs.env }}
8282 github-token : ${{ secrets.api_bot_pat }}
8383 run-id : ${{ github.run_id }}
8484 - name : Download release scripts
85- uses : actions/download-artifact@v5
85+ uses : actions/download-artifact@v6
8686 with :
8787 name : release-scripts
8888 github-token : ${{ secrets.api_bot_pat }}
Original file line number Diff line number Diff line change 2626 ref : ${{ inputs.branch }}
2727 token : ${{secrets.api_bot_pat}}
2828 - name : Download release scripts
29- uses : actions/download-artifact@v5
29+ uses : actions/download-artifact@v6
3030 with :
3131 name : release-scripts
3232 github-token : ${{ secrets.api_bot_pat }}
Original file line number Diff line number Diff line change 6969 ref : ${{ inputs.branch }}
7070 token : ${{secrets.api_bot_pat}}
7171 - name : Download artifact
72- uses : actions/download-artifact@v5
72+ uses : actions/download-artifact@v6
7373 with :
7474 name : openapi-v1-${{ inputs.env }}
7575 github-token : ${{ secrets.api_bot_pat }}
Original file line number Diff line number Diff line change @@ -125,13 +125,13 @@ jobs:
125125 changelog/internal/changelog-all.json
126126 changelog/internal/metadata.json
127127 - name : Download openapi-foas
128- uses : actions/download-artifact@v5
128+ uses : actions/download-artifact@v6
129129 with :
130130 name : openapi-foas-${{ inputs.env }}
131131 github-token : ${{ secrets.api_bot_pat }}
132132 run-id : ${{ github.run_id }}
133133 - name : Download release scripts
134- uses : actions/download-artifact@v5
134+ uses : actions/download-artifact@v6
135135 with :
136136 name : release-scripts
137137 github-token : ${{ secrets.api_bot_pat }}
Original file line number Diff line number Diff line change 3131 - name : Install npm dependencies
3232 run : npm install
3333 - name : Download openapi-foas
34- uses : actions/download-artifact@v5
34+ uses : actions/download-artifact@v6
3535 with :
3636 name : openapi-foas-${{ inputs.env }}
3737 github-token : ${{ secrets.api_bot_pat }}
5353 token : ${{ secrets.api_bot_pat }}
5454 path : ' atlas-sdk-go'
5555 - name : Download openapi-foas
56- uses : actions/download-artifact@v5
56+ uses : actions/download-artifact@v6
5757 with :
5858 name : openapi-foas-${{ inputs.env }}
5959 github-token : ${{ secrets.api_bot_pat }}
You can’t perform that action at this time.
0 commit comments