зеркало из https://github.com/microsoft/msquic.git
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](83fd05a356...0b7f8abb15
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Родитель
fda7ef8fe5
Коммит
01afed138b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче