Skip to content

Commit 93303cc

Browse files
ci: bump actions/download-artifact from 6 to 7 (#458)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a763a82 commit 93303cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/interop.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,20 +124,20 @@ jobs:
124124
run: sudo modprobe ip6table_filter
125125
- run: docker image ls
126126
- name: Download quic-network-simulator image
127-
uses: actions/download-artifact@v6
127+
uses: actions/download-artifact@v7
128128
with:
129129
name: images-quic-network-simulator
130130
- name: Download quic-interop-iperf-endpoint image
131-
uses: actions/download-artifact@v6
131+
uses: actions/download-artifact@v7
132132
with:
133133
name: images-quic-interop-iperf-endpoint
134134
- name: Download ${{ matrix.server }} Docker image
135-
uses: actions/download-artifact@v6
135+
uses: actions/download-artifact@v7
136136
with:
137137
name: image-${{ matrix.server }}
138138
- name: Download ${{ matrix.client }} Docker image
139139
if: ${{ matrix.server != matrix.client }}
140-
uses: actions/download-artifact@v6
140+
uses: actions/download-artifact@v7
141141
with:
142142
name: image-${{ matrix.client }}
143143
- name: Load docker images
@@ -203,7 +203,7 @@ jobs:
203203
with:
204204
python-version: 3.8
205205
- name: Download results
206-
uses: actions/download-artifact@v6
206+
uses: actions/download-artifact@v7
207207
with:
208208
pattern: results-*
209209
- name: Aggregate results

0 commit comments

Comments
 (0)