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 37
37
- name : Setup Node
38
38
uses : actions/setup-node@v4
39
39
- name : Download release scripts
40
- uses : actions/download-artifact@v4
40
+ uses : actions/download-artifact@v5
41
41
with :
42
42
name : release-scripts
43
43
github-token : ${{ secrets.api_bot_pat }}
Original file line number Diff line number Diff line change 52
52
echo "$(pwd)/bin" >> "${GITHUB_PATH}"
53
53
popd
54
54
- name : Download release scripts
55
- uses : actions/download-artifact@v4
55
+ uses : actions/download-artifact@v5
56
56
with :
57
57
name : release-scripts
58
58
github-token : ${{ secrets.api_bot_pat }}
Original file line number Diff line number Diff line change 34
34
- name : Install npm dependencies
35
35
run : npm install
36
36
- name : Download openapi-foas
37
- uses : actions/download-artifact@v4
37
+ uses : actions/download-artifact@v5
38
38
with :
39
39
name : openapi-foas-${{ inputs.env }}
40
40
github-token : ${{ secrets.api_bot_pat }}
Original file line number Diff line number Diff line change @@ -69,20 +69,20 @@ jobs:
69
69
echo "$(pwd)/bin" >> "${GITHUB_PATH}"
70
70
popd
71
71
- name : Download base folder
72
- uses : actions/download-artifact@v4
72
+ uses : actions/download-artifact@v5
73
73
with :
74
74
name : base-${{ inputs.env }}
75
75
path : changelog/base
76
76
github-token : ${{ secrets.api_bot_pat }}
77
77
run-id : ${{ github.run_id }}
78
78
- name : Download metadata files
79
- uses : actions/download-artifact@v4
79
+ uses : actions/download-artifact@v5
80
80
with :
81
81
name : openapi-foas-${{ inputs.env }}
82
82
github-token : ${{ secrets.api_bot_pat }}
83
83
run-id : ${{ github.run_id }}
84
84
- name : Download release scripts
85
- uses : actions/download-artifact@v4
85
+ uses : actions/download-artifact@v5
86
86
with :
87
87
name : release-scripts
88
88
github-token : ${{ secrets.api_bot_pat }}
Original file line number Diff line number Diff line change 26
26
ref : ${{ inputs.branch }}
27
27
token : ${{secrets.api_bot_pat}}
28
28
- name : Download release scripts
29
- uses : actions/download-artifact@v4
29
+ uses : actions/download-artifact@v5
30
30
with :
31
31
name : release-scripts
32
32
github-token : ${{ secrets.api_bot_pat }}
Original file line number Diff line number Diff line change 69
69
ref : ${{ inputs.branch }}
70
70
token : ${{secrets.api_bot_pat}}
71
71
- name : Download artifact
72
- uses : actions/download-artifact@v4
72
+ uses : actions/download-artifact@v5
73
73
with :
74
74
name : openapi-v1-${{ inputs.env }}
75
75
github-token : ${{ secrets.api_bot_pat }}
Original file line number Diff line number Diff line change @@ -124,13 +124,13 @@ jobs:
124
124
changelog/internal/changelog-all.json
125
125
changelog/internal/metadata.json
126
126
- name : Download openapi-foas
127
- uses : actions/download-artifact@v4
127
+ uses : actions/download-artifact@v5
128
128
with :
129
129
name : openapi-foas-${{ inputs.env }}
130
130
github-token : ${{ secrets.api_bot_pat }}
131
131
run-id : ${{ github.run_id }}
132
132
- name : Download release scripts
133
- uses : actions/download-artifact@v4
133
+ uses : actions/download-artifact@v5
134
134
with :
135
135
name : release-scripts
136
136
github-token : ${{ secrets.api_bot_pat }}
Original file line number Diff line number Diff line change 31
31
- name : Install npm dependencies
32
32
run : npm install
33
33
- name : Download openapi-foas
34
- uses : actions/download-artifact@v4
34
+ uses : actions/download-artifact@v5
35
35
with :
36
36
name : openapi-foas-${{ inputs.env }}
37
37
github-token : ${{ secrets.api_bot_pat }}
53
53
token : ${{ secrets.api_bot_pat }}
54
54
path : ' atlas-sdk-go'
55
55
- name : Download openapi-foas
56
- uses : actions/download-artifact@v4
56
+ uses : actions/download-artifact@v5
57
57
with :
58
58
name : openapi-foas-${{ inputs.env }}
59
59
github-token : ${{ secrets.api_bot_pat }}
You can’t perform that action at this time.
0 commit comments