Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent ea96160 commit 512604e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark_execution_time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ jobs:
uses: actions/checkout@v3

- name: Downloading PR build from artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: pr-youki
path: ./pr_youki

- name: Downloading main build from artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: main-youki
path: ./main_youki
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
./script/setup/install-cni
./script/setup/install-critools
- name: Download youki binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: youki-${{ matrix.arch }}-${{ matrix.libc }}
- name: Replace runc to youki
Expand All @@ -89,7 +89,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download youki binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: youki-${{ matrix.arch }}-${{ matrix.libc }}
- name: Add the permission to run
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
cache: true
cache-dependency-path: tests/oci-runtime-tests/src/github.com/opencontainers/runtime-tools/go.sum
- name: Download youki binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: youki-${{ matrix.arch }}-${{ matrix.libc }}
- name: Add the permission to run
Expand All @@ -148,7 +148,7 @@ jobs:
- name: Install requirements
run: sudo env PATH=$PATH just ci-prepare
- name: Download youki binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: youki-${{ matrix.arch }}-${{ matrix.libc }}
- name: Add the permission to run
Expand All @@ -175,7 +175,7 @@ jobs:
- name: Install requirements
run: sudo env PATH=$PATH just ci-prepare
- name: Download youki binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: youki-${{ matrix.arch }}-${{ matrix.libc }}
- name: Add the permission to run
Expand All @@ -197,7 +197,7 @@ jobs:
- name: Install just
uses: taiki-e/install-action@just
- name: Download youki binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: youki-x86_64-musl
- name: Add the permission to run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Create artifacts directory
run: mkdir -p artifacts
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
path: artifacts
- name: Show artifacts
Expand Down

0 comments on commit 512604e

Please sign in to comment.