Skip to content

Commit 4501943

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#6652)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eed811b commit 4501943

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/test_suite_linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
steps:
101101
- uses: actions/checkout@v3
102102
- name: Download Artifacts
103-
uses: actions/download-artifact@v3
103+
uses: actions/download-artifact@v4.1.7
104104
with:
105105
name: build-ubuntu-20.04
106106
path: artifact
@@ -144,7 +144,7 @@ jobs:
144144
with:
145145
submodules: true
146146
- name: Download Artifacts
147-
uses: actions/download-artifact@v3
147+
uses: actions/download-artifact@v4.1.7
148148
with:
149149
name: build-${{ matrix.os }}
150150
path: artifact
@@ -171,7 +171,7 @@ jobs:
171171
runs-on: ubuntu-20.04
172172
steps:
173173
- name: Download Artifacts
174-
uses: actions/download-artifact@v3
174+
uses: actions/download-artifact@v4.1.7
175175
with:
176176
name: build-ubuntu-20.04
177177
path: artifact

.github/workflows/test_suite_linux_develop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
ref: develop
100100
- name: Download Artifacts
101-
uses: actions/download-artifact@v3
101+
uses: actions/download-artifact@v4.1.7
102102
with:
103103
name: build-ubuntu-20.04
104104
path: artifact
@@ -137,7 +137,7 @@ jobs:
137137
submodules: true
138138
ref: develop
139139
- name: Download Artifacts
140-
uses: actions/download-artifact@v3
140+
uses: actions/download-artifact@v4.1.7
141141
with:
142142
name: build-${{ matrix.os }}
143143
path: artifact
@@ -164,7 +164,7 @@ jobs:
164164
runs-on: ubuntu-20.04
165165
steps:
166166
- name: Download Artifacts
167-
uses: actions/download-artifact@v3
167+
uses: actions/download-artifact@v4.1.7
168168
with:
169169
name: build-ubuntu-20.04
170170
path: artifact

.github/workflows/test_suite_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
steps:
7676
- uses: actions/checkout@v3
7777
- name: Download Artifacts
78-
uses: actions/download-artifact@v3
78+
uses: actions/download-artifact@v4.1.7
7979
with:
8080
name: build-${{ matrix.os }}
8181
path: artifact

.github/workflows/test_suite_mac_develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
ref: develop
7575
- name: Download Artifacts
76-
uses: actions/download-artifact@v3
76+
uses: actions/download-artifact@v4.1.7
7777
with:
7878
name: build-${{ matrix.os }}
7979
path: artifact

0 commit comments

Comments
 (0)