From b2f9335a5b83753eb6c3ca97047b6d3295d3514b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 15:04:28 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.1.0 to 4.2.0 (#441) * Bump actions/upload-artifact from 4.1.0 to 4.2.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/1eb3cb2b3e0f29609092a73eb033bb759a334595...694cdabd8bdb0f10b2cea11669e1bf5453eed0a6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Fix the duplicate artifact issue --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nick Banks --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 465d2b5a..f66c6de5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: run: tools/create-installer.ps1 -Config ${{ matrix.configuration }} -Platform ${{ matrix.platform }} - name: Upload Artifacts if: matrix.os == 2022 - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 with: name: bin_${{ matrix.configuration }}_${{ matrix.platform }} path: | @@ -145,7 +145,7 @@ jobs: shell: PowerShell run: tools/log.ps1 -Convert -Name xdpfunc* -Verbose -Config ${{ matrix.configuration }} -Arch ${{ matrix.platform }} - name: Upload Logs - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 if: ${{ always() }} with: name: logs_func_win${{ matrix.windows }}_${{ matrix.configuration }}_${{ matrix.platform }} @@ -208,7 +208,7 @@ jobs: shell: PowerShell run: tools/log.ps1 -Convert -Name spinxsk -Verbose -Config ${{ matrix.configuration }} -Arch ${{ matrix.platform }} - name: Upload Logs - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 if: ${{ always() }} with: name: logs_stress_win${{ matrix.windows }}_${{ matrix.configuration }}_${{ matrix.platform }} @@ -245,7 +245,7 @@ jobs: shell: PowerShell run: tools/pktfuzz.ps1 -Minutes 10 -Workers 8 -Config ${{ matrix.configuration }} -Arch ${{ matrix.platform }} -Verbose - name: Upload Logs - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 if: ${{ always() }} with: name: logs_pktfuzz_win${{ matrix.windows }}_${{ matrix.configuration }}_${{ matrix.platform }} @@ -296,7 +296,7 @@ jobs: SAS_TOKEN: ${{ secrets.PERF_DATA_SAS }} run: tools/upload-perfdata.ps1 -Verbose -FileName "artifacts/logs/xskperfsuite.csv" -ContainerName "cidata" -BlobName "xskperf-ws${{ matrix.windows }}.csv" - name: Upload Logs - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 if: ${{ always() }} with: name: logs_perf_win${{ matrix.windows }}_${{ matrix.configuration }}_${{ matrix.platform }} @@ -355,10 +355,10 @@ jobs: shell: PowerShell run: tools/log.ps1 -Convert -Name xdpfunc* -Verbose -Config ${{ matrix.configuration }} -Arch ${{ matrix.platform }} - name: Upload Logs - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 if: ${{ always() }} with: - name: logs_func_win${{ matrix.windows }}_${{ matrix.configuration }}_${{ matrix.platform }} + name: logs_dnlvl_win${{ matrix.windows }}_${{ matrix.configuration }}_${{ matrix.platform }} path: artifacts/logs - name: Check Drivers if: ${{ always() }} @@ -389,7 +389,7 @@ jobs: shell: PowerShell run: tools/create-test-archive.ps1 -Config ${{ matrix.configuration }} -Platform ${{ matrix.platform }} - name: Upload Release Artifacts - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 with: name: release_artifacts_${{ matrix.configuration }}_${{ matrix.platform }} path: | @@ -423,7 +423,7 @@ jobs: run: tools/prepare-machine.ps1 -ForBuild -Verbose - name: Build run: dotnet build src\xdpetwplugin\xdpetwplugin.sln -c ${{ matrix.configuration }} - - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 + - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 with: name: etw_${{ matrix.configuration }} path: artifacts/bin