From c1bcbf79c985d5d6bd385fc0ab71a196415cad35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 10:40:33 +0000 Subject: [PATCH] build(deps): Bump actions/download-artifact from 4.1.8 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.8...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CWI.yml | 2 +- .github/workflows/cgo.yml | 4 ++-- .github/workflows/ci.yml | 6 +++--- .github/workflows/windows-cli-integration.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CWI.yml b/.github/workflows/CWI.yml index a4750a1923c..8a0c213c61d 100644 --- a/.github/workflows/CWI.yml +++ b/.github/workflows/CWI.yml @@ -117,7 +117,7 @@ jobs: cache: true - name: Download Windows binary - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4 with: name: gh-aw-windows-amd64 diff --git a/.github/workflows/cgo.yml b/.github/workflows/cgo.yml index cd4584fad5d..e0c3ea92748 100644 --- a/.github/workflows/cgo.yml +++ b/.github/workflows/cgo.yml @@ -350,7 +350,7 @@ jobs: echo "Found $(wc -l < all-tests.txt) unit tests in codebase" - name: Download unit test result artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4 with: path: test-results pattern: test-result-cgo-unit-* @@ -1855,7 +1855,7 @@ jobs: fail-on-cache-miss: true - name: Download gh-aw binary - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4 with: name: gh-aw-linux-amd64 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fdf97aa743..7952003bb3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -570,7 +570,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Download gh-aw binary artifact - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4 with: name: gh-aw-linux-amd64 path: . @@ -599,7 +599,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Download gh-aw binary artifact - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4 with: name: gh-aw-linux-amd64 path: . @@ -1039,7 +1039,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Download gh-aw binary artifact - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4 with: name: gh-aw-linux-amd64 path: . diff --git a/.github/workflows/windows-cli-integration.yml b/.github/workflows/windows-cli-integration.yml index 729d0a9c0af..a20b7cb58c7 100644 --- a/.github/workflows/windows-cli-integration.yml +++ b/.github/workflows/windows-cli-integration.yml @@ -59,7 +59,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Download Windows binary - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4 with: name: gh-aw-windows-amd64