diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index a867d4fe..d112b75f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -40,7 +40,7 @@ jobs: run: ./benchmark.ps1 - name: Publish BenchmarkDotNet artifacts - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 if: ${{ !cancelled() }} with: name: artifacts diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16722b2c..0d9de251 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,14 +60,42 @@ jobs: if: runner.os == 'Linux' shell: bash run: | + apt_sources=/etc/apt/sources.list.d/ubuntu.sources + codename=$(lsb_release -c | awk '{print $2}') sudo dpkg --add-architecture arm64 - sudo bash -c 'cat > /etc/apt/sources.list.d/arm64.list < ${apt_sources} <