From c6364dd680783c7b2eb7649256b177b9f061dc2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 17:23:40 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.4.3 to 7.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.3...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cts_traffic.yml | 4 ++-- .github/workflows/custom.yml | 2 +- .github/workflows/ebpf.yml | 16 ++++++++-------- .github/workflows/ebpf_dynamic_vm.yml | 10 +++++----- .github/workflows/ebpf_linux.yml | 2 +- .github/workflows/lab-quic-callee.yml | 6 +++--- .github/workflows/main_netperfapi.yml | 2 +- .github/workflows/msquic_kernel_bvt.yml | 4 ++-- .../network-traffic-performance-linux.yml | 2 +- .../workflows/network-traffic-performance.yml | 16 ++++++++-------- .github/workflows/observe-lab.yml | 6 +++--- .github/workflows/quic.yml | 14 +++++++------- .github/workflows/update-react.yml | 2 +- .github/workflows/xdp.yml | 2 +- 14 files changed, 44 insertions(+), 44 deletions(-) diff --git a/.github/workflows/cts_traffic.yml b/.github/workflows/cts_traffic.yml index 01a33ebb..6a9c430c 100644 --- a/.github/workflows/cts_traffic.yml +++ b/.github/workflows/cts_traffic.yml @@ -115,14 +115,14 @@ jobs: - name: Upload CTS cts-traffic results if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: cts_traffic_${{ matrix.vec.env }}_${{ matrix.vec.os }}_${{ matrix.vec.arch }} path: ${{ github.workspace }}\cts-traffic\ctsTrafficResults.csv - name: Upload ETL if: ${{ github.event.inputs.profile }} || ${{ github.event.inputs.tcp_ip_tracing }} - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: cts_traffic_${{ matrix.vec.env }}_${{ matrix.vec.os }}_${{ matrix.vec.arch }}_ETL path: ${{ github.workspace }}\ETL\*.etl diff --git a/.github/workflows/custom.yml b/.github/workflows/custom.yml index 287ac386..008cf385 100644 --- a/.github/workflows/custom.yml +++ b/.github/workflows/custom.yml @@ -93,7 +93,7 @@ jobs: timeout-minutes: 90 run: scripts/test.ps1 -Config ${{ matrix.vec.config }} -Arch ${{ matrix.vec.arch }} -Tls ${{ matrix.vec.tls }} -OsRunner ${{ matrix.vec.os }} -GHA -LogProfile Full.Light -GenerateXmlResults -Kernel -Filter -*ValidateConfiguration:*ValidAlpnLengths:*ResumeRejection*:*ClientCertificate*:*LoadBalanced* - name: Upload on Failure - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f if: failure() with: name: BVT-Kernel-${{ matrix.vec.config }}-${{ matrix.vec.plat }}-${{ matrix.vec.os }}-${{ matrix.vec.arch }}-${{ matrix.vec.tls }} diff --git a/.github/workflows/ebpf.yml b/.github/workflows/ebpf.yml index cb97fbd1..6544380d 100644 --- a/.github/workflows/ebpf.yml +++ b/.github/workflows/ebpf.yml @@ -219,7 +219,7 @@ jobs: - name: Upload ebpf-for-windows logs if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: ebpf-for-windows-logs path: ${{ github.workspace }}\bpf_performance\install.log @@ -252,7 +252,7 @@ jobs: - name: Upload xdp-for-windows logs if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: xdp-for-windows-logs path: ${{ github.workspace }}\xdp\xdp_install.log @@ -316,7 +316,7 @@ jobs: - name: Upload CTS cts-traffic results baseline if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: cts_traffic_baseline_${{ matrix.vec.env }}_${{ matrix.vec.os }}_${{ matrix.vec.arch }} path: ${{ github.workspace }}\cts-traffic\ctsTrafficResults.csv @@ -388,7 +388,7 @@ jobs: - name: Upload CTS cts-traffic results xdp if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: cts_traffic_xdp_${{ matrix.vec.env }}_${{ matrix.vec.os }}_${{ matrix.vec.arch }} path: ${{ github.workspace }}\cts-traffic\ctsTrafficResults.csv @@ -408,7 +408,7 @@ jobs: - name: Upload BPF performance test results if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: bpf_performance_native_${{ matrix.vec.env }}_${{ matrix.vec.os }}_${{ matrix.vec.arch }} path: ${{ github.workspace }}\bpf_performance\bpf_performance_native.csv @@ -426,21 +426,21 @@ jobs: - name: Upload merged results if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: ebpf_${{ matrix.vec.env }}_${{ matrix.vec.os }}_${{ matrix.vec.arch }} path: ${{ github.workspace }}\bpf_performance\ebpf.csv - name: Upload CPU profile if: ${{ inputs.profile == true }} - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: CPU_Profile_${{ matrix.vec.env }}_${{ matrix.vec.os }}_${{ matrix.vec.arch }} path: ETL - name: Upload TCPIP ETL if: ${{ inputs.tcp_ip_tracing == true }} - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: TCPIP_${{ matrix.vec.env }}_${{ matrix.vec.os }}_${{ matrix.vec.arch }} path: ${{ github.workspace }}\ETL diff --git a/.github/workflows/ebpf_dynamic_vm.yml b/.github/workflows/ebpf_dynamic_vm.yml index c02a113c..ee975e62 100644 --- a/.github/workflows/ebpf_dynamic_vm.yml +++ b/.github/workflows/ebpf_dynamic_vm.yml @@ -236,7 +236,7 @@ jobs: - name: Upload CTS cts-traffic results baseline if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: cts_traffic_baseline_${{ matrix.env }}_${{ matrix.os }}_${{ matrix.arch }} path: ${{ github.workspace }}\cts-traffic\ctsTrafficResults.csv @@ -290,7 +290,7 @@ jobs: - name: Upload CTS cts-traffic results xdp if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: cts_traffic_xdp_${{ matrix.env }}_${{ matrix.os }}_${{ matrix.arch }} path: ${{ github.workspace }}\cts-traffic\ctsTrafficResults.csv @@ -310,7 +310,7 @@ jobs: - name: Upload BPF performance test results if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: bpf_performance_native_${{ matrix.env }}_${{ matrix.os }}_${{ matrix.arch }} path: ${{ github.workspace }}\bpf_performance\bpf_performance_native.csv @@ -328,14 +328,14 @@ jobs: - name: Upload merged results if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: ebpf_${{ matrix.env }}_${{ matrix.os }}_${{ matrix.arch }} path: ${{ github.workspace }}\bpf_performance\ebpf.csv - name: Upload CPU profile if: ${{ inputs.profile == true }} - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: CPU_Profile_${{ matrix.env }}_${{ matrix.os }}_${{ matrix.arch }} path: ETL diff --git a/.github/workflows/ebpf_linux.yml b/.github/workflows/ebpf_linux.yml index 9b2e11fb..c876e2de 100644 --- a/.github/workflows/ebpf_linux.yml +++ b/.github/workflows/ebpf_linux.yml @@ -92,7 +92,7 @@ jobs: exit ${PIPESTATUS[0]} - name: Upload results - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: results-${{env.BUILD_TYPE}}-${{inputs.platform}}-${{inputs.option}} path: | diff --git a/.github/workflows/lab-quic-callee.yml b/.github/workflows/lab-quic-callee.yml index c53e2fb3..668382f1 100644 --- a/.github/workflows/lab-quic-callee.yml +++ b/.github/workflows/lab-quic-callee.yml @@ -77,20 +77,20 @@ jobs: -filter '${{ github.event.client_payload.filter || '' }}' - name: Upload Test Results JSON if: ${{ always() }} - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: json-test-results-lab-${{ github.event.client_payload.os }}-${{ github.event.client_payload.arch }}-${{ github.event.client_payload.tls }}-${{ github.event.client_payload.io }}.json path: json-test-results-lab-${{ github.event.client_payload.os }}-${{ github.event.client_payload.arch }}-${{ github.event.client_payload.tls }}-${{ github.event.client_payload.io }}.json - name: Upload Logs if: ${{ always() }} - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: logs-lab-${{ github.event.client_payload.os }}-${{ github.event.client_payload.arch }}-${{ github.event.client_payload.tls }}-${{ github.event.client_payload.io }} path: artifacts/logs if-no-files-found: ignore - name: Upload Full Latency Curves if: ${{ always() }} - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: latency-lab-${{ github.event.client_payload.os }}-${{ github.event.client_payload.arch }}-${{ github.event.client_payload.tls }}-${{ github.event.client_payload.io }} path: latency.txt diff --git a/.github/workflows/main_netperfapi.yml b/.github/workflows/main_netperfapi.yml index 4629c8a6..98ea7b78 100644 --- a/.github/workflows/main_netperfapi.yml +++ b/.github/workflows/main_netperfapi.yml @@ -37,7 +37,7 @@ jobs: cp release.zip .. - name: Upload artifact for deployment job - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v7.0.0 with: name: node-app path: release.zip diff --git a/.github/workflows/msquic_kernel_bvt.yml b/.github/workflows/msquic_kernel_bvt.yml index 005551f2..0d83e60d 100644 --- a/.github/workflows/msquic_kernel_bvt.yml +++ b/.github/workflows/msquic_kernel_bvt.yml @@ -123,7 +123,7 @@ jobs: timeout-minutes: 90 run: scripts/test.ps1 -Config ${{ matrix.vec.config }} -Arch ${{ matrix.vec.arch }} -Tls ${{ matrix.vec.tls }} -OsRunner ${{ matrix.vec.os }} -GHA -LogProfile Full.Light -GenerateXmlResults -Kernel -Filter ${{ github.event.client_payload.filter || inputs.filter || '' }} - name: Upload on Failure - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f if: failure() with: name: BVT-Kernel-${{ matrix.vec.config }}-${{ matrix.vec.plat }}-${{ matrix.vec.os }}-${{ matrix.vec.arch }}-${{ matrix.vec.tls }} @@ -150,7 +150,7 @@ jobs: } shell: pwsh - name: Upload Crashdump - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: memorydmp path: MEMORY.DMP diff --git a/.github/workflows/network-traffic-performance-linux.yml b/.github/workflows/network-traffic-performance-linux.yml index d95b8724..4d771bec 100644 --- a/.github/workflows/network-traffic-performance-linux.yml +++ b/.github/workflows/network-traffic-performance-linux.yml @@ -125,7 +125,7 @@ jobs: - name: Upload echo results (Linux) if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: echo_test_linux_${{ matrix.vec.env }}_${{ matrix.vec.os }}_${{ matrix.vec.arch }} path: | diff --git a/.github/workflows/network-traffic-performance.yml b/.github/workflows/network-traffic-performance.yml index eef42d1a..f811ade8 100644 --- a/.github/workflows/network-traffic-performance.yml +++ b/.github/workflows/network-traffic-performance.yml @@ -162,7 +162,7 @@ jobs: - name: Upload CTS results if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: cts_traffic_${{ matrix.vec.env }}_${{ matrix.vec.os }}_${{ matrix.vec.arch }} path: | @@ -171,14 +171,14 @@ jobs: - name: Upload TCPIP ETL if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: tcpip_trace_${{ matrix.vec.env }}_${{ matrix.vec.os }}_${{ matrix.vec.arch }} path: ${{ github.workspace }}\ETL\tcpip_trace.etl - name: Upload CPU Profile if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: cpu_profile_${{ matrix.vec.env }}_${{ matrix.vec.os }}_${{ matrix.vec.arch }} path: ${{ github.workspace }}\ETL\cpu_profile-*.etl @@ -362,7 +362,7 @@ jobs: - name: Upload echo results if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: echo_test_${{ matrix.vec.env }}_${{ matrix.vec.os }}_${{ matrix.vec.arch }} path: | @@ -372,28 +372,28 @@ jobs: - name: Upload TCPIP ETL if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: tcpip_trace_${{ matrix.vec.env }}_${{ matrix.vec.os }}_${{ matrix.vec.arch }} path: ${{ github.workspace }}\ETL\tcpip_trace.etl - name: Upload CPU Profile if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: cpu_profile_${{ matrix.vec.env }}_${{ matrix.vec.os }}_${{ matrix.vec.arch }} path: ${{ github.workspace }}\ETL\cpu_profile-*.etl - name: Upload PktMon Drop ETL if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: pktmon_drop_trace_${{ matrix.vec.env }}_${{ matrix.vec.os }}_${{ matrix.vec.arch }} path: ${{ github.workspace }}\ETL\pktmon_drop_trace.etl - name: Upload Crash Dumps if: always() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: crash_dumps_${{ matrix.vec.env }}_${{ matrix.vec.os }}_${{ matrix.vec.arch }} path: | diff --git a/.github/workflows/observe-lab.yml b/.github/workflows/observe-lab.yml index 33e153a2..d390c0bd 100644 --- a/.github/workflows/observe-lab.yml +++ b/.github/workflows/observe-lab.yml @@ -349,17 +349,17 @@ jobs: Get-ChildItem -Path "artifacts_misc" -Recurse shell: pwsh - name: Upload downloaded artifacts (test results) - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: lab-test-results path: artifacts_test_results - name: Upload downloaded artifacts (logs) - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: lab-logs path: artifacts_logs - name: Upload downloaded artifacts (misc.) - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: lab-misc path: artifacts_misc diff --git a/.github/workflows/quic.yml b/.github/workflows/quic.yml index e5395e57..11fc2c6c 100644 --- a/.github/workflows/quic.yml +++ b/.github/workflows/quic.yml @@ -246,20 +246,20 @@ jobs: syncer_secret: ${{ secrets.NETPERF_SYNCER_SECRET }} - name: Upload Test Results JSON if: ${{ always() }} - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: json-test-results-${{ matrix.env }}-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.tls }}-${{ matrix.io }}.json path: json-test-results-${{ matrix.env }}-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.tls }}-${{ matrix.io }}.json - name: Upload Logs if: ${{ always() }} - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: logs-${{ matrix.env }}-${{ matrix.role }}-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.tls }}-${{ matrix.io }} path: artifacts/logs if-no-files-found: ignore - name: Upload Full Latency Curves if: ${{ always() }} - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: latency-${{ matrix.env }}-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.tls }}-${{ matrix.io }} path: latency.txt @@ -331,20 +331,20 @@ jobs: -filter '${{ github.event.client_payload.filter || inputs.filter || '' }}' - name: Upload Test Results JSON if: ${{ always() }} - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: json-test-results-${{ matrix.env }}-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.tls }}-${{ matrix.io }}.json path: json-test-results-${{ matrix.env }}-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.tls }}-${{ matrix.io }}.json - name: Upload Logs if: ${{ always() }} - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: logs-${{ matrix.env }}-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.tls }}-${{ matrix.io }} path: artifacts/logs if-no-files-found: ignore - name: Upload Full Latency Curves if: ${{ always() }} - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: latency-${{ matrix.env }}-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.tls }}-${{ matrix.io }} path: latency.txt @@ -422,7 +422,7 @@ jobs: mv historical*.json history_pages - run: ls - name: Upload history pages - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: history_pages path: history_pages diff --git a/.github/workflows/update-react.yml b/.github/workflows/update-react.yml index 6c4bbeb3..f0bc3679 100644 --- a/.github/workflows/update-react.yml +++ b/.github/workflows/update-react.yml @@ -35,7 +35,7 @@ jobs: run: npm run build - name: Upload Dist if: ${{ always() }} - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: dist path: dashboard/dist diff --git a/.github/workflows/xdp.yml b/.github/workflows/xdp.yml index f90c7d68..720bdf5d 100644 --- a/.github/workflows/xdp.yml +++ b/.github/workflows/xdp.yml @@ -83,7 +83,7 @@ jobs: run: tools/two-machine-perf.ps1 -Config Release -Arch ${{ matrix.vec.arch }} -Verbose - name: Upload Logs if: ${{ always() }} - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f with: name: logs_${{ matrix.vec.env }}_${{ matrix.vec.os }}_${{ matrix.vec.arch }} path: artifacts/logs