From 38cc94d24cb6e7fd6fec6d2351fc85891041d927 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 16:59:53 +0000 Subject: [PATCH] chore(deps): Bump actions/download-artifact from 4.2.1 to 5.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/95815c38cf2ff2164869cbab79da8d1f422bc89e...634f93cb2916e3fdff6788551b99b062d0335ce0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/drivers_ci.yml | 6 +++--- .github/workflows/latest-kernel.yml | 4 ++-- .github/workflows/pages.yml | 6 +++--- .github/workflows/release-body.yml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/drivers_ci.yml b/.github/workflows/drivers_ci.yml index 6ed9bae30..8874d6b42 100644 --- a/.github/workflows/drivers_ci.yml +++ b/.github/workflows/drivers_ci.yml @@ -278,7 +278,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Download skeleton - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: bpf_probe_x86_64.skel.h path: /tmp @@ -320,13 +320,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Download X64 matrix - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: matrix_X64 path: matrix_X64 - name: Download ARM64 matrix - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: matrix_ARM64 path: matrix_ARM64 diff --git a/.github/workflows/latest-kernel.yml b/.github/workflows/latest-kernel.yml index 6ee1fb860..f26a22f99 100644 --- a/.github/workflows/latest-kernel.yml +++ b/.github/workflows/latest-kernel.yml @@ -56,7 +56,7 @@ jobs: runs-on: 'ubuntu-latest' steps: - name: Download driverkit config - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: driverkit_config.yaml @@ -84,7 +84,7 @@ jobs: runs-on: 'ubuntu-22.04-arm' steps: - name: Download driverkit config - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: driverkit_config.yaml diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index e33d9b8a5..fa4bee77f 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -88,7 +88,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Download matrix X64 - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: matrix_X64 @@ -96,7 +96,7 @@ jobs: run: mv matrix.md docs/matrix_X64.md - name: Download matrix ARM64 - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: matrix_ARM64 @@ -109,7 +109,7 @@ jobs: sed -i '1s/^/---\nhide:\n- toc\n---\n\n/' docs/matrix_ARM64.md - name: Download perf svg files - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: perf_svg diff --git a/.github/workflows/release-body.yml b/.github/workflows/release-body.yml index 142996ca6..32edc11f4 100644 --- a/.github/workflows/release-body.yml +++ b/.github/workflows/release-body.yml @@ -136,7 +136,7 @@ jobs: echo "" >> release-body.md - name: Download matrix X64 - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: matrix_X64 @@ -144,7 +144,7 @@ jobs: run: mv matrix.md matrix_X64.md - name: Download matrix ARM64 - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: matrix_ARM64