diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08336ab..349b2fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: anchor build 2>&1 | tee /tmp/anchor-build.log - name: Upload anchor build log on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: anchor-build-log path: /tmp/anchor-build.log