Skip to content

Commit

Permalink
ci: bump actions/download-artifact from 3 to 4 (#361)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 29, 2024
1 parent f905084 commit 901cdda
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,16 +174,16 @@ jobs:
run: sudo modprobe ip6table_filter
- run: docker image ls
- name: Download tools Docker images
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: images-tools
- name: Download ${{ matrix.server }} Docker image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: image-${{ matrix.server }}
- name: Download ${{ matrix.client }} Docker image
if: ${{ matrix.server != matrix.client }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: image-${{ matrix.client }}
- name: Load docker images
Expand All @@ -194,7 +194,7 @@ jobs:
docker load --input ${{ matrix.client }}.tar.gz
- run: docker image ls
- name: Download Wireshark
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wireshark
path: wireshark
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
with:
python-version: 3.8
- name: Download results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: results
- name: Aggregate results
Expand Down

0 comments on commit 901cdda

Please sign in to comment.