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