From 01afed138beef9cbd97f4dd3a538432d45d332f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 12:08:04 -0500 Subject: [PATCH] Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#3338) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/83fd05a356d7e2593de66fc9913b3002723633cb...0b7f8abb1508181956e8e162db84b466c27e18ce) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cifuzz.yml | 2 +- .github/workflows/plugins.yml | 4 ++-- .github/workflows/scorecards-analysis.yml | 2 +- .github/workflows/wan-perf.yml | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index eaed71bd9..64109ba1e 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -21,7 +21,7 @@ jobs: dry-run: false language: c - name: Upload Crash - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce if: failure() && steps.build.outcome == 'success' with: name: artifacts diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index f86544e77..23b4104d0 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -30,7 +30,7 @@ jobs: uses: microsoft/setup-msbuild@34cfbaee7f672c76950673338facd8a73f637506 - name: Build run: msbuild src\plugins\msquic.windbg.sln /p:configuration=${{ matrix.configuration }} /p:platform=${{ matrix.platform }} - - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb + - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce with: name: bin_windbg_${{ matrix.configuration }}_${{ matrix.platform }} path: | @@ -56,7 +56,7 @@ jobs: dotnet-version: 6.0.x - name: Build run: dotnet build src\plugins\QuicTrace.sln -c ${{ matrix.configuration }} - - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb + - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce with: name: bin_quictrace_${{ matrix.configuration }} path: artifacts/bin diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 450734eae..e4ca73eb8 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -41,7 +41,7 @@ jobs: # Upload the results as artifacts (optional). - name: "Upload artifact" - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce with: name: SARIF file path: results.sarif diff --git a/.github/workflows/wan-perf.yml b/.github/workflows/wan-perf.yml index 1a72527f1..1170121e3 100644 --- a/.github/workflows/wan-perf.yml +++ b/.github/workflows/wan-perf.yml @@ -42,7 +42,7 @@ jobs: - name: Prepare Machine shell: pwsh run: scripts/build.ps1 -Config Release -DisableTest -DisableTools - - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb + - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce with: name: bin path: | @@ -100,12 +100,12 @@ jobs: shell: pwsh run: scripts/emulated-performance.ps1 -Debug -Protocol ('QUIC','TCPTLS') -LogProfile Performance.Light -NoDateLogDir -NumIterations ${{ env.iterations }} -DurationMs ${{ env.duration }} -Pacing ${{ env.pacing }} -BottleneckMbps ${{ matrix.rate }} -RttMs ${{ matrix.rtt }} -BottleneckQueueRatio ${{ matrix.queueRatio }} -RandomLossDenominator ${{ env.loss }} -RandomReorderDenominator ${{ env.reorder }} -ReorderDelayDeltaMs ${{ env.delay }} -BaseRandomSeed ${{ env.seed }} -CongestionControl ${{ env.congestionControl }} - name: Upload Results - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce with: name: data path: artifacts/PerfDataResults/windows/x64_Release_schannel/WAN/*.json - name: Upload Logs - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce with: name: ${{ format('logs.{0}mbps.{1}ms', matrix.rate, matrix.rtt) }} path: artifacts/logs/wanperf/*.etl @@ -127,7 +127,7 @@ jobs: shell: pwsh run: scripts/emulated-performance.ps1 -MergeDataFiles - name: Upload CSV - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce with: name: csv path: artifacts\PerfDataResults\windows\x64_Release_schannel\WAN\wan_data.csv