From 91ea0dd39fcb996fd534d71963e9ccc3c4122483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 16:17:16 +0000 Subject: [PATCH] Bump actions/download-artifact from 3.0.2 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3.0.2...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/cts_traffic.yml | 2 +- .github/workflows/custom.yml | 4 ++-- .github/workflows/ebpf.yml | 6 +++--- .github/workflows/ebpf_dynamic_vm.yml | 4 ++-- .github/workflows/main_netperfapi.yml | 2 +- .github/workflows/msquic_kernel_bvt.yml | 4 ++-- .../network-traffic-performance-linux.yml | 2 +- .../workflows/network-traffic-performance.yml | 6 +++--- .github/workflows/quic.yml | 16 ++++++++-------- .github/workflows/update-react.yml | 2 +- .github/workflows/xdp.yml | 2 +- 11 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/cts_traffic.yml b/.github/workflows/cts_traffic.yml index 01a33ebb0..7c584346e 100644 --- a/.github/workflows/cts_traffic.yml +++ b/.github/workflows/cts_traffic.yml @@ -79,7 +79,7 @@ jobs: Add-MpPreference -ExclusionPath ${{ github.workspace }} - name: Download cts-traffic - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: "cts-traffic Release" path: ${{ github.workspace }}\cts-traffic diff --git a/.github/workflows/custom.yml b/.github/workflows/custom.yml index a9f97e87a..a106a5f80 100644 --- a/.github/workflows/custom.yml +++ b/.github/workflows/custom.yml @@ -69,12 +69,12 @@ jobs: with: ref: ${{ inputs.ref || '' }} - name: Download Build Artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: # note we always use binaries built on windows-2022. name: ${{ matrix.vec.config }}-${{ matrix.vec.plat }}-windows-2022-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}${{ matrix.vec.build }} path: artifacts - name: Download Build Artifacts for Testing From WinUser - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: # note we always use binaries built on windows-2022. name: ${{ matrix.vec.config }}-windows-windows-2022-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}${{ matrix.vec.build }} path: artifacts diff --git a/.github/workflows/ebpf.yml b/.github/workflows/ebpf.yml index fa5eb78f2..adeae9dff 100644 --- a/.github/workflows/ebpf.yml +++ b/.github/workflows/ebpf.yml @@ -212,7 +212,7 @@ jobs: echo "C:\Program Files\GitHub CLI" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - name: Download ebpf-for-windows - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: "ebpf-for-windows - MSI installer (none_NativeOnlyRelease)" path: ${{ github.workspace }}\bpf_performance @@ -232,7 +232,7 @@ jobs: path: ${{ github.workspace }}\bpf_performance\install.log - name: Download xdp-for-windows - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: "bin_Release_x64" path: ${{ github.workspace }}\xdp @@ -282,7 +282,7 @@ jobs: Expand-Archive -Path build-Release-windows-2022.zip -DestinationPath . - name: Download cts-traffic - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: "cts-traffic Release" path: ${{ github.workspace }}\cts-traffic diff --git a/.github/workflows/ebpf_dynamic_vm.yml b/.github/workflows/ebpf_dynamic_vm.yml index c02a113c3..f82e8f494 100644 --- a/.github/workflows/ebpf_dynamic_vm.yml +++ b/.github/workflows/ebpf_dynamic_vm.yml @@ -150,7 +150,7 @@ jobs: Start-Process -FilePath "vc_redist.x64.exe" -ArgumentList "/quiet /qn /norestart" -Wait -NoNewWindow - name: Download ebpf-for-windows - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: "ebpf-for-windows - MSI installer (none_NativeOnlyRelease)" path: ${{ github.workspace }}\bpf_performance @@ -206,7 +206,7 @@ jobs: Expand-Archive -Path build-Release-windows-2022.zip -DestinationPath . - name: Download cts-traffic - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: "cts-traffic Release" path: ${{ github.workspace }}\cts-traffic diff --git a/.github/workflows/main_netperfapi.yml b/.github/workflows/main_netperfapi.yml index 5cbf1b07f..2d465ad66 100644 --- a/.github/workflows/main_netperfapi.yml +++ b/.github/workflows/main_netperfapi.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Download artifact from build job - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: node-app diff --git a/.github/workflows/msquic_kernel_bvt.yml b/.github/workflows/msquic_kernel_bvt.yml index a00554af7..32b0f586c 100644 --- a/.github/workflows/msquic_kernel_bvt.yml +++ b/.github/workflows/msquic_kernel_bvt.yml @@ -92,12 +92,12 @@ jobs: ref: ${{ github.event.client_payload.ref || inputs.ref || '' }} repository: microsoft/msquic - name: Download Build Artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: # note we always use binaries built on windows-2022. name: ${{ matrix.vec.config }}-${{ matrix.vec.plat }}-windows-2022-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}${{ matrix.vec.build }} path: artifacts - name: Download Build Artifacts for Testing From WinUser - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: # note we always use binaries built on windows-2022. name: ${{ matrix.vec.config }}-windows-windows-2022-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}${{ matrix.vec.build }} path: artifacts diff --git a/.github/workflows/network-traffic-performance-linux.yml b/.github/workflows/network-traffic-performance-linux.yml index 438109ff8..25ac38e25 100644 --- a/.github/workflows/network-traffic-performance-linux.yml +++ b/.github/workflows/network-traffic-performance-linux.yml @@ -81,7 +81,7 @@ jobs: New-Item -ItemType Directory -Path "$env:GITHUB_WORKSPACE/ETL" | Out-Null - name: Download echo test tool - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: "echo_test" path: ${{ github.workspace }}/echo diff --git a/.github/workflows/network-traffic-performance.yml b/.github/workflows/network-traffic-performance.yml index 3e319cf5e..0ce05b7bb 100644 --- a/.github/workflows/network-traffic-performance.yml +++ b/.github/workflows/network-traffic-performance.yml @@ -111,7 +111,7 @@ jobs: New-Item -ItemType Directory -Path ${{ github.workspace }}\ETL - name: Download cts-traffic - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: "cts-traffic Release" path: ${{ github.workspace }}\cts-traffic @@ -271,7 +271,7 @@ jobs: New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" -Name "DumpFolder" -Value "$DumpFolder" -PropertyType ExpandString -ErrorAction SilentlyContinue - name: Download echo test tool - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: "echo_test" path: ${{ github.workspace }}\echo @@ -500,7 +500,7 @@ jobs: New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" -Name "DumpFolder" -Value "$DumpFolder" -PropertyType ExpandString -ErrorAction SilentlyContinue - name: Download QUIC echo test tool - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: "quic_echo_test" path: ${{ github.workspace }}\quic_echo diff --git a/.github/workflows/quic.yml b/.github/workflows/quic.yml index c43b1d9c2..8224c2f4d 100644 --- a/.github/workflows/quic.yml +++ b/.github/workflows/quic.yml @@ -194,12 +194,12 @@ jobs: if: ${{ matrix.env == 'azure' }} uses: ./netperfrepo/.github/actions/prepare-1es-machine - name: Download Artifacts - uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: Release-${{env.OS}}-${{ matrix.os == 'windows-2025' && 'windows-2022' || matrix.os }}-${{ matrix.arch }}-${{ matrix.tls }}${{ matrix.iouring }}-Perf path: artifacts - name: Download Kernel Artifacts - uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 if: ${{ matrix.io == 'wsk' }} with: name: Release-winkernel-${{ matrix.os == 'windows-2025' && 'windows-2022' || matrix.os }}-${{ matrix.arch }}-${{ matrix.tls }} @@ -294,13 +294,13 @@ jobs: shell: pwsh run: echo "OS=$('${{runner.os}}'.ToLower())" >> $env:GITHUB_ENV - name: Download Kernel Drivers - uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 if: ${{ matrix.io == 'wsk' }} with: name: Release-winkernel-${{ matrix.os == 'windows-2025' && 'windows-2022' || matrix.os }}-${{ matrix.arch }}-${{ matrix.tls }} path: artifacts - name: Download Artifacts - uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: Release-${{env.OS}}-${{ matrix.os == 'windows-2025' && 'windows-2022' || matrix.os }}-${{ matrix.arch }}-${{ matrix.tls }}-Perf path: artifacts @@ -380,7 +380,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: artifacts/logs pattern: json-test-results-* @@ -402,7 +402,7 @@ jobs: with: repository: microsoft/netperf ref: sqlite - - uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: json-test-results-* - name: Remove deprecated python scripts @@ -442,7 +442,7 @@ jobs: repository: microsoft/netperf ref: deploy - run: 'rm -rf *.json' - - uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: history_pages path: history_pages @@ -451,7 +451,7 @@ jobs: run: | mv history_pages/*.json . rm -rf history_pages - - uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: "json-test-results-*" - run: ls diff --git a/.github/workflows/update-react.yml b/.github/workflows/update-react.yml index 274598cba..c45a05a42 100644 --- a/.github/workflows/update-react.yml +++ b/.github/workflows/update-react.yml @@ -71,7 +71,7 @@ jobs: else echo "404.html file does not exist. Skipping removal." fi - - uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: dist path: ./dist diff --git a/.github/workflows/xdp.yml b/.github/workflows/xdp.yml index 145da4e9f..56d9b4f9e 100644 --- a/.github/workflows/xdp.yml +++ b/.github/workflows/xdp.yml @@ -74,7 +74,7 @@ jobs: ref: ${{ github.event.client_payload.sha || github.event.client_payload.ref || inputs.ref || 'main' }} sparse-checkout: tools - name: Download Artifacts - uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: bin_Release_${{ matrix.vec.arch }} # Build always comes from 2022 for now path: artifacts/bin