Skip to content

Commit 5de9ceb

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e092177 commit 5de9ceb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/libclang-abi-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ jobs:
144144
- abi-dump
145145
steps:
146146
- name: Download baseline
147-
uses: actions/download-artifact@v3
147+
uses: actions/download-artifact@v4.1.7
148148
with:
149149
name: build-baseline
150150
path: build-baseline
151151
- name: Download latest
152-
uses: actions/download-artifact@v3
152+
uses: actions/download-artifact@v4.1.7
153153
with:
154154
name: build-latest
155155
path: build-latest

.github/workflows/llvm-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,17 +167,17 @@ jobs:
167167
- abi-dump
168168
steps:
169169
- name: Download baseline
170-
uses: actions/download-artifact@v3
170+
uses: actions/download-artifact@v4.1.7
171171
with:
172172
name: build-baseline
173173
path: build-baseline
174174
- name: Download latest
175-
uses: actions/download-artifact@v3
175+
uses: actions/download-artifact@v4.1.7
176176
with:
177177
name: build-latest
178178
path: build-latest
179179
- name: Download symbol list
180-
uses: actions/download-artifact@v3
180+
uses: actions/download-artifact@v4.1.7
181181
with:
182182
name: symbol-list
183183
path: symbol-list

0 commit comments

Comments
 (0)