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@v4
3939 - name : Download release scripts
40- uses : actions/download-artifact@v4
40+ uses : actions/download-artifact@v5
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@v4
55+ uses : actions/download-artifact@v5
5656 with :
5757 name : release-scripts
5858 github-token : ${{ secrets.api_bot_pat }}
Original file line number Diff line number Diff line change 3434 - name : Install npm dependencies
3535 run : npm install
3636 - name : Download openapi-foas
37- uses : actions/download-artifact@v4
37+ uses : actions/download-artifact@v5
3838 with :
3939 name : openapi-foas-${{ inputs.env }}
4040 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@v4
72+ uses : actions/download-artifact@v5
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@v4
79+ uses : actions/download-artifact@v5
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@v4
85+ uses : actions/download-artifact@v5
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@v4
29+ uses : actions/download-artifact@v5
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@v4
72+ uses : actions/download-artifact@v5
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 @@ -124,13 +124,13 @@ jobs:
124124 changelog/internal/changelog-all.json
125125 changelog/internal/metadata.json
126126 - name : Download openapi-foas
127- uses : actions/download-artifact@v4
127+ uses : actions/download-artifact@v5
128128 with :
129129 name : openapi-foas-${{ inputs.env }}
130130 github-token : ${{ secrets.api_bot_pat }}
131131 run-id : ${{ github.run_id }}
132132 - name : Download release scripts
133- uses : actions/download-artifact@v4
133+ uses : actions/download-artifact@v5
134134 with :
135135 name : release-scripts
136136 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@v4
34+ uses : actions/download-artifact@v5
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@v4
56+ uses : actions/download-artifact@v5
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