Skip to content

Commit 275205c

Browse files
chore(deps): bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f6ccc4 commit 275205c

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.github/workflows/pages.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -30,189 +30,189 @@ jobs:
3030
- name: Make _site
3131
run: mkdir _site
3232
- name: Download reuse BOM
33-
uses: actions/download-artifact@v5
33+
uses: actions/download-artifact@v6
3434
with:
3535
name: reuse-manifest
3636
path: _site/
3737
github-token: ${{ secrets.GITHUB_TOKEN }}
3838
run-id: ${{ github.event.workflow_run.id }}
3939
- name: Download resolved spec
40-
uses: actions/download-artifact@v5
40+
uses: actions/download-artifact@v6
4141
with:
4242
name: resolved-spec
4343
path: _site/resolved_spec
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
4545
run-id: ${{ github.event.workflow_run.id }}
4646
- name: Download UDB API Docs
47-
uses: actions/download-artifact@v5
47+
uses: actions/download-artifact@v6
4848
with:
4949
name: udb-api
5050
path: _site/htmls/udb_api_doc
5151
github-token: ${{ secrets.GITHUB_TOKEN }}
5252
run-id: ${{ github.event.workflow_run.id }}
5353
- name: Download ISA Explorer CSR
54-
uses: actions/download-artifact@v5
54+
uses: actions/download-artifact@v6
5555
with:
5656
name: isa-explorer-csr
5757
path: _site/isa_explorer
5858
github-token: ${{ secrets.GITHUB_TOKEN }}
5959
run-id: ${{ github.event.workflow_run.id }}
6060
- name: Download ISA Explorer Extension
61-
uses: actions/download-artifact@v5
61+
uses: actions/download-artifact@v6
6262
with:
6363
name: isa-explorer-ext
6464
path: _site/isa_explorer
6565
github-token: ${{ secrets.GITHUB_TOKEN }}
6666
run-id: ${{ github.event.workflow_run.id }}
6767
- name: Download ISA Explorer Inst
68-
uses: actions/download-artifact@v5
68+
uses: actions/download-artifact@v6
6969
with:
7070
name: isa-explorer-inst
7171
path: _site/isa_explorer
7272
github-token: ${{ secrets.GITHUB_TOKEN }}
7373
run-id: ${{ github.event.workflow_run.id }}
7474
- name: Download ISA Explorer Spreadsheet
75-
uses: actions/download-artifact@v5
75+
uses: actions/download-artifact@v6
7676
with:
7777
name: isa-explorer-spreadsheet
7878
path: _site/isa_explorer
7979
github-token: ${{ secrets.GITHUB_TOKEN }}
8080
run-id: ${{ github.event.workflow_run.id }}
8181
- name: Download HTML ISA Manual
82-
uses: actions/download-artifact@v5
82+
uses: actions/download-artifact@v6
8383
with:
8484
name: isa-html-manual
8585
path: _site/manual/html
8686
github-token: ${{ secrets.GITHUB_TOKEN }}
8787
run-id: ${{ github.event.workflow_run.id }}
8888
- name: Download HTML ISA Manual
89-
uses: actions/download-artifact@v5
89+
uses: actions/download-artifact@v6
9090
with:
9191
name: cfg-html-manual
9292
path: _site/example_cfg/html
9393
github-token: ${{ secrets.GITHUB_TOKEN }}
9494
run-id: ${{ github.event.workflow_run.id }}
9595
- name: Download Instruction Appendix
96-
uses: actions/download-artifact@v5
96+
uses: actions/download-artifact@v6
9797
with:
9898
name: inst-appendix
9999
path: _site/pdfs
100100
github-token: ${{ secrets.GITHUB_TOKEN }}
101101
run-id: ${{ github.event.workflow_run.id }}
102102
- name: Download RVI20
103-
uses: actions/download-artifact@v5
103+
uses: actions/download-artifact@v6
104104
with:
105105
name: rvi20
106106
path: _site/pdfs
107107
github-token: ${{ secrets.GITHUB_TOKEN }}
108108
run-id: ${{ github.event.workflow_run.id }}
109109
- name: Download RVA20
110-
uses: actions/download-artifact@v5
110+
uses: actions/download-artifact@v6
111111
with:
112112
name: rva20
113113
path: _site/pdfs
114114
github-token: ${{ secrets.GITHUB_TOKEN }}
115115
run-id: ${{ github.event.workflow_run.id }}
116116
- name: Download RVA22
117-
uses: actions/download-artifact@v5
117+
uses: actions/download-artifact@v6
118118
with:
119119
name: rva22
120120
path: _site/pdfs
121121
github-token: ${{ secrets.GITHUB_TOKEN }}
122122
run-id: ${{ github.event.workflow_run.id }}
123123
- name: Download RVA23
124-
uses: actions/download-artifact@v5
124+
uses: actions/download-artifact@v6
125125
with:
126126
name: rva23
127127
path: _site/pdfs
128128
github-token: ${{ secrets.GITHUB_TOKEN }}
129129
run-id: ${{ github.event.workflow_run.id }}
130130
- name: Download RVB23
131-
uses: actions/download-artifact@v5
131+
uses: actions/download-artifact@v6
132132
with:
133133
name: rvb23
134134
path: _site/pdfs
135135
github-token: ${{ secrets.GITHUB_TOKEN }}
136136
run-id: ${{ github.event.workflow_run.id }}
137137
- name: Download AC100
138-
uses: actions/download-artifact@v5
138+
uses: actions/download-artifact@v6
139139
with:
140140
name: ac100-crd
141141
path: _site/pdfs
142142
github-token: ${{ secrets.GITHUB_TOKEN }}
143143
run-id: ${{ github.event.workflow_run.id }}
144144
- name: Download AC200
145-
uses: actions/download-artifact@v5
145+
uses: actions/download-artifact@v6
146146
with:
147147
name: ac200-crd
148148
path: _site/pdfs
149149
github-token: ${{ secrets.GITHUB_TOKEN }}
150150
run-id: ${{ github.event.workflow_run.id }}
151151
- name: Download MC100-32
152-
uses: actions/download-artifact@v5
152+
uses: actions/download-artifact@v6
153153
with:
154154
name: mc100-32-crd
155155
path: _site/pdfs
156156
github-token: ${{ secrets.GITHUB_TOKEN }}
157157
run-id: ${{ github.event.workflow_run.id }}
158158
- name: Download MC100-64
159-
uses: actions/download-artifact@v5
159+
uses: actions/download-artifact@v6
160160
with:
161161
name: mc100-64-crd
162162
path: _site/pdfs
163163
github-token: ${{ secrets.GITHUB_TOKEN }}
164164
run-id: ${{ github.event.workflow_run.id }}
165165
- name: Download MC200-32
166-
uses: actions/download-artifact@v5
166+
uses: actions/download-artifact@v6
167167
with:
168168
name: mc200-32-crd
169169
path: _site/pdfs
170170
github-token: ${{ secrets.GITHUB_TOKEN }}
171171
run-id: ${{ github.event.workflow_run.id }}
172172
- name: Download MC200-64
173-
uses: actions/download-artifact@v5
173+
uses: actions/download-artifact@v6
174174
with:
175175
name: mc200-64-crd
176176
path: _site/pdfs
177177
github-token: ${{ secrets.GITHUB_TOKEN }}
178178
run-id: ${{ github.event.workflow_run.id }}
179179
- name: Download MC300-32
180-
uses: actions/download-artifact@v5
180+
uses: actions/download-artifact@v6
181181
with:
182182
name: mc300-32-crd
183183
path: _site/pdfs
184184
github-token: ${{ secrets.GITHUB_TOKEN }}
185185
run-id: ${{ github.event.workflow_run.id }}
186186
- name: Download MC300-64
187-
uses: actions/download-artifact@v5
187+
uses: actions/download-artifact@v6
188188
with:
189189
name: mc300-64-crd
190190
path: _site/pdfs
191191
github-token: ${{ secrets.GITHUB_TOKEN }}
192192
run-id: ${{ github.event.workflow_run.id }}
193193
- name: Download RVI20-32 CTP
194-
uses: actions/download-artifact@v5
194+
uses: actions/download-artifact@v6
195195
with:
196196
name: rvi20-32-ctp
197197
path: _site/pdfs
198198
github-token: ${{ secrets.GITHUB_TOKEN }}
199199
run-id: ${{ github.event.workflow_run.id }}
200200
- name: Download RVI20-64 CTP
201-
uses: actions/download-artifact@v5
201+
uses: actions/download-artifact@v6
202202
with:
203203
name: rvi20-64-ctp
204204
path: _site/pdfs
205205
github-token: ${{ secrets.GITHUB_TOKEN }}
206206
run-id: ${{ github.event.workflow_run.id }}
207207
- name: Download MC100-32 CTP
208-
uses: actions/download-artifact@v5
208+
uses: actions/download-artifact@v6
209209
with:
210210
name: mc100-32-ctp
211211
path: _site/pdfs
212212
github-token: ${{ secrets.GITHUB_TOKEN }}
213213
run-id: ${{ github.event.workflow_run.id }}
214214
- name: Download IDL Doc
215-
uses: actions/download-artifact@v5
215+
uses: actions/download-artifact@v6
216216
with:
217217
name: idl-doc
218218
path: idl.html

0 commit comments

Comments
 (0)