diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 33f6eb2..b725291 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -59,7 +59,7 @@ jobs: - name: Download the ebpf-for-windows build nuget package if: inputs.platform == 'windows-2019' || inputs.platform == 'windows-2022' - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: "ebpf-for-windows - NuGet package (none_Release)" path: ${{github.workspace}}/local_packages diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 754fd41..3314c5c 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -63,21 +63,21 @@ jobs: - name: Download the eBPF for Windows MSI if: inputs.platform == 'windows-2019' || inputs.platform == 'windows-2022' - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: "ebpf-for-windows - MSI installer (none_Release)" path: ${{github.workspace}}/local_packages - name: Download BPF Performance tests - Windows-2019 or Windows-2022 if: inputs.platform == 'windows-2019' || inputs.platform == 'windows-2022' - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: "build-${{inputs.Configuration}}-windows-2019-none" path: ${{github.workspace}}/build/bin - name: Download BPF Performance tests - Ubuntu-22.04 if: inputs.platform == 'ubuntu-22.04' - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: "build-${{inputs.Configuration}}-${{inputs.platform}}-${{inputs.option}}" path: ${{github.workspace}}/build/bin diff --git a/.github/workflows/UploadPerfResults.yml b/.github/workflows/UploadPerfResults.yml index 80e0226..519dceb 100644 --- a/.github/workflows/UploadPerfResults.yml +++ b/.github/workflows/UploadPerfResults.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Download performance result artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: results-Release-${{matrix.platform}}-none path: results