Skip to content

Commit cd332f0

Browse files
Bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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 704337b commit cd332f0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
- id: "distcheck-debian-stable-amd64-clang"
173173
steps:
174174
- name: Download built source tree archive
175-
uses: actions/download-artifact@v4
175+
uses: actions/download-artifact@v6
176176
with:
177177
name: ola-${{ matrix.id }}-source-tree
178178
path: .

.github/workflows/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
persist-credentials: false
8282
- name: Download build artifact
83-
uses: actions/download-artifact@v4
83+
uses: actions/download-artifact@v6
8484
with:
8585
name: ola-built-debian-${{ matrix.image_tag }}-${{ matrix.architecture }}
8686
path: built

.github/workflows/lint.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
needs: build
7575
steps:
7676
- name: Download built source tree archive
77-
uses: actions/download-artifact@v4
77+
uses: actions/download-artifact@v6
7878
with:
7979
name: ola-debian-stable-built-source-tree
8080
path: .
@@ -104,7 +104,7 @@ jobs:
104104
needs: build
105105
steps:
106106
- name: Download built source tree archive
107-
uses: actions/download-artifact@v4
107+
uses: actions/download-artifact@v6
108108
with:
109109
name: ola-debian-stable-built-source-tree
110110
path: .
@@ -130,7 +130,7 @@ jobs:
130130
needs: build
131131
steps:
132132
- name: Download built source tree archive
133-
uses: actions/download-artifact@v4
133+
uses: actions/download-artifact@v6
134134
with:
135135
name: ola-debian-stable-built-source-tree
136136
path: .
@@ -167,7 +167,7 @@ jobs:
167167
needs: build
168168
steps:
169169
- name: Download built source tree archive
170-
uses: actions/download-artifact@v4
170+
uses: actions/download-artifact@v6
171171
with:
172172
name: ola-debian-stable-built-source-tree
173173
path: .
@@ -204,7 +204,7 @@ jobs:
204204
needs: build
205205
steps:
206206
- name: Download built source tree archive
207-
uses: actions/download-artifact@v4
207+
uses: actions/download-artifact@v6
208208
with:
209209
name: ola-debian-stable-built-source-tree
210210
path: .
@@ -233,7 +233,7 @@ jobs:
233233
needs: build
234234
steps:
235235
- name: Download built source tree archive
236-
uses: actions/download-artifact@v4
236+
uses: actions/download-artifact@v6
237237
with:
238238
name: ola-debian-stable-built-source-tree
239239
path: .

0 commit comments

Comments
 (0)