diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 363c834..dea6fbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: run: cargo build --release --target x86_64-unknown-linux-musl - name: upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: beacon-linux-x86_64 path: target/x86_64-unknown-linux-musl/release/beacon