Skip to content

Commit 6649d57

Browse files
authored
Merge pull request #109 from backengineering/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents 0797980 + 5de9ceb commit 6649d57

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)